Skip to content

Commit

Permalink
Update afktimeout.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi-budd committed Oct 29, 2024
1 parent c38c3dc commit 87bb19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lua/Hooks/HUD/Drawers/afktimeout.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ local function HUD_AFKDrawer(v,p,c)
if not (p.mm) then return end

if p.mm.afktimer < AFK_TIMEOUT - (10*TR)+1 then return end
if p.mm.afkhelpers.timeuntilreset ~= 2*TR then return end
--if p.mm.afkhelpers.timeuntilreset ~= 2*TR then return end

local flash = ((leveltime%(2*TR)) < 30*TR) and (leveltime/5 & 1) and V_REDMAP or 0
local y = 120
Expand Down

0 comments on commit 87bb19a

Please sign in to comment.