From fe4cfca3dd12d23ec91fef131071e8af740e4cdc Mon Sep 17 00:00:00 2001 From: neon <> Date: Fri, 7 Sep 2018 18:40:27 +0200 Subject: [PATCH] oops --- hlstatsx_difficulty/scripting/hlstatsx_difficulty.sp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hlstatsx_difficulty/scripting/hlstatsx_difficulty.sp b/hlstatsx_difficulty/scripting/hlstatsx_difficulty.sp index 1c9c0a4b..fa70366e 100644 --- a/hlstatsx_difficulty/scripting/hlstatsx_difficulty.sp +++ b/hlstatsx_difficulty/scripting/hlstatsx_difficulty.sp @@ -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);