1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 15:17:57 -05:00

Encounter: reset scoreboard stats on team change

This commit is contained in:
Jbleezy
2024-01-03 04:44:11 -08:00
parent 57f589abe2
commit be4953f602

View File

@ -497,6 +497,14 @@ set_team(team)
self [[level.givecustomcharacters]]();
self.kills = 0;
self.headshots = 0;
self.downs = 0;
self.revives = 0;
self.killsconfirmed = 0;
self.killsdenied = 0;
self.captures = 0;
if (isDefined(self.head_icon))
{
self.head_icon destroy();