Reset their scores too
This commit is contained in:
parent
438e9cffd9
commit
c410de4f9a
@ -1297,6 +1297,10 @@ public class DisguiseUtilities {
|
||||
continue;
|
||||
}
|
||||
|
||||
for (String name : team.getEntries()) {
|
||||
board.resetScores(name);
|
||||
}
|
||||
|
||||
team.unregister();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user