no one saw this

This commit is contained in:
DoganGFL 2018-12-16 01:59:26 +01:00
parent 65f270bdb2
commit a69647b989

View File

@ -50,7 +50,7 @@ public Action Timer_CheckConnectionTime(Handle hThis)
for (int i = 1; i <= MaxClients; i++)
{
if (!IsValidClient(i))
continue;
continue;
g_iClientConnectionTime[i] += 30;