Skip to content

Commit 4bc1c3a

Browse files
authored
Change wait time
Change thread wait time to prevent ui flickering on higher frame rates
1 parent 15f4aee commit 4bc1c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ AddEventHandler("ultra-voltlab", function(time, returnFn)
399399
isHackActive = true
400400

401401
while isHackActive do
402-
Wait(7)
402+
Wait(1)
403403

404404
drawSprite(
405405
'MPIsland_Voltage_BG',

0 commit comments

Comments
 (0)