diff --git a/UI.lua b/UI.lua index 08a2f74a9..af8874b56 100644 --- a/UI.lua +++ b/UI.lua @@ -2447,10 +2447,6 @@ do self.Engine.superUpdate = true end - if super and self.activeThread and coroutine.status( self.activeThread ) == "suspended" then - self.activeThread = nil - end - if self.Engine.firstForce == 0 then self.Engine.firstForce = GetTime() end