Reset their scores too

This commit is contained in:
libraryaddict 2021-01-27 19:25:17 +13:00
parent 438e9cffd9
commit c410de4f9a

View File

@ -1297,6 +1297,10 @@ public class DisguiseUtilities {
continue;
}
for (String name : team.getEntries()) {
board.resetScores(name);
}
team.unregister();
}