diff --git a/addons/FastCS/FastCS.lua b/addons/FastCS/FastCS.lua index e3a4e08517..899937255a 100644 --- a/addons/FastCS/FastCS.lua +++ b/addons/FastCS/FastCS.lua @@ -73,6 +73,8 @@ windower.register_event('load',function() if player and player.status == 4 then windower.send_command("config FrameRateDivisor 0") + else + disable() end end)