mirror of
https://github.com/rayaman/multi.git
synced 2026-09-05 07:27:35 -04:00
Mainloop unstoppable bug fix
turns out i made it impossible to stop the mainloop oops. multi.Stop() does this now
This commit is contained in:
+1
-1
@@ -182,7 +182,7 @@ function multi:getParentProcess()
|
|||||||
end
|
end
|
||||||
multi.GetParentProcess=multi.getParentProcess
|
multi.GetParentProcess=multi.getParentProcess
|
||||||
function multi:Stop()
|
function multi:Stop()
|
||||||
self.Active=false
|
mainloopActive=false
|
||||||
end
|
end
|
||||||
function multi:condition(cond)
|
function multi:condition(cond)
|
||||||
if not self.CD then
|
if not self.CD then
|
||||||
|
|||||||
Reference in New Issue
Block a user