disabling timer rather than postponning
This commit is contained in:
parent
78c5249987
commit
452f6516aa
@ -350,9 +350,7 @@ public void CheckifAntiZones(int client, bool reset)
|
||||
{
|
||||
if (reset)
|
||||
{
|
||||
//adds 30 mins and 30 seconds to a client because thats simple and very effective
|
||||
g_fSecondsIndividual[client] = 30.0;
|
||||
g_iMinutesIndividual[client] = 30;
|
||||
g_bHumansAllowedTime[client] = false;
|
||||
}
|
||||
}
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user