Changed warning message
Change a warning message in multi:Stop()
This commit is contained in:
parent
b047734d5f
commit
ac68500be5
@ -936,7 +936,7 @@ function multi:mainloop()
|
|||||||
while self.Active do
|
while self.Active do
|
||||||
self:Do_Order()
|
self:Do_Order()
|
||||||
end
|
end
|
||||||
print("Did you call multi:Stop()? This method should not be used when using multi:mainloop()! You now need to restart the multi, by using multi:reboot() and calling multi:mainloop() again or by using multi:uManager()")
|
print("Did you call multi:Stop()? This method should not be used when using multi:mainloop() unless of course you wanted to stop it! you can restart the multi, by using multi:reboot() and calling multi:mainloop() again or by using multi:uManager()")
|
||||||
end
|
end
|
||||||
function multi._tFunc(self,dt)
|
function multi._tFunc(self,dt)
|
||||||
for i=1,#self.Tasks do
|
for i=1,#self.Tasks do
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user