PlaytimeReward: fix slly mistake

This commit is contained in:
neon 2018-12-23 13:15:55 +01:00
parent afe3c73b1f
commit ffe1b6412b

View File

@ -63,6 +63,10 @@ public Action Timer_CheckConnectionTime(Handle hThis)
Format(sPlayerEvent, sizeof(sPlayerEvent), "staying_server_%d", g_iClientConnectionTime[i] / 60);
LogPlayerEvent(i, "triggered", sPlayerEvent);
if(g_iClientConnectionTime[i] == 36000)
g_iClientConnectionTime[i] = 34230;
break;
}
}