Stats: move the reset function.

This commit is contained in:
zaCade 2018-11-24 14:01:41 +01:00
parent 129d0ec2b7
commit cc9d8e52cd

View File

@ -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);
}
//----------------------------------------------------------------------------------------------------