(Visual) EnergySplashPeekAssist
(Visual) EnergySplashPeekAssist
local OldTickCount = -1
function on_paint()
if not Master:get_bool() then
AutoPeekPos = nil
return
end
-- This fixes the issue of cmd callbacks not being called while recharging dt
if OldTickCount == global_vars.tickcount then
return
else
OldTickCount = global_vars.tickcount
end