Skip to content

Commit

Permalink
Change wait time
Browse files Browse the repository at this point in the history
Change thread wait time to prevent ui flickering on higher frame rates
  • Loading branch information
ultrahacx authored Nov 19, 2021
1 parent 15f4aee commit 4bc1c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ AddEventHandler("ultra-voltlab", function(time, returnFn)
isHackActive = true

while isHackActive do
Wait(7)
Wait(1)

drawSprite(
'MPIsland_Voltage_BG',
Expand Down

0 comments on commit 4bc1c3a

Please sign in to comment.