From 87a9976ad98a5ea364fa79c7523e7ae4fccbfcf7 Mon Sep 17 00:00:00 2001 From: Hekili Date: Thu, 14 Nov 2024 00:07:24 -1000 Subject: [PATCH] Fix: Don't need to delete thread in ForceUpdate --- UI.lua | 4 ---- 1 file changed, 4 deletions(-) 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