Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Commit

Permalink
Added missing clearing array
Browse files Browse the repository at this point in the history
  • Loading branch information
Nord1cWarr1or committed Apr 25, 2020
1 parent e784e2a commit de2255c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/amxmodx/scripting/AFK-Protection.sma
Expand Up @@ -314,6 +314,7 @@ ResetCounters(const id, bool:bDisconnected = false, bStopTask = false)
new bool:bOldState = g_bIsPlayerAFK[id];

g_bIsPlayerAFK[id] = false;
g_bIsPlayerOffProtect[id] = false;

g_iPlayerTime[id] = 0;

Expand Down

0 comments on commit de2255c

Please sign in to comment.