diff --git a/hlstatsx/scripting/hlstatsx_zr.sp b/hlstatsx/scripting/hlstatsx_zr.sp index 27284f49..01d886ec 100644 --- a/hlstatsx/scripting/hlstatsx_zr.sp +++ b/hlstatsx/scripting/hlstatsx_zr.sp @@ -111,8 +111,9 @@ public void EndKillStreak(int client) Format(sEvent, sizeof(sEvent), "zr_kill_streak_%d", RoundToFloor(float(g_iKillCount[client]) / float(g_cvarStreakInterval.IntValue)) * g_cvarStreakInterval.IntValue); LogPlayerEvent(client, "triggered", sEvent); - ResetClient(client); } + + ResetClient(client); } //----------------------------------------------------------------------------------------------------