oops
This commit is contained in:
parent
56e72fff93
commit
fe4cfca3dd
@ -63,10 +63,10 @@ public ZR_OnClientHumanPost(client, bool:respawn, bool:protect)
|
||||
public Action:Event_RoundStart(Handle:event, const String:name[], bool:dontBroadcast)
|
||||
{
|
||||
if (g_hTimer != INVALID_HANDLE)
|
||||
{
|
||||
{
|
||||
KillTimer(g_hTimer);
|
||||
g_hTimer = INVALID_HANDLE;
|
||||
}
|
||||
}
|
||||
g_bHumanPointsEnabled = false;
|
||||
g_hTimer = CreateTimer(GetConVarFloat(G_hCvar_Difficulty_Humans_BlockTime), EnableHumanPoints, INVALID_HANDLE, TIMER_FLAG_NO_MAPCHANGE);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user