From ac68500be56a4cea4450e2c80904a84b2fc94da7 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 18 Jun 2017 23:12:24 -0400 Subject: [PATCH] Changed warning message Change a warning message in multi:Stop() --- multi/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multi/init.lua b/multi/init.lua index bdf1a29..a8e4e5a 100644 --- a/multi/init.lua +++ b/multi/init.lua @@ -936,7 +936,7 @@ function multi:mainloop() while self.Active do self:Do_Order() 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 function multi._tFunc(self,dt) for i=1,#self.Tasks do