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);