disabling timer rather than postponning

This commit is contained in:
jenzur 2019-08-04 14:55:18 +02:00
parent 78c5249987
commit 452f6516aa

View File

@ -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;
}
}
//----------------------------------------------------------------------------------------------------