Wide variety of changes for release
This commit is contained in:
@@ -55,8 +55,9 @@ public abstract class Score {
|
||||
this.checkGameEnd();
|
||||
}
|
||||
|
||||
private void insertRemainingPlayers(Set<Player> players) {
|
||||
public void insertRemainingPlayers(Set<Player> players) {
|
||||
this.insertResultImplementation(players.stream().filter(p -> !hasResult(p)).collect(Collectors.toSet()));
|
||||
setDone();
|
||||
}
|
||||
|
||||
public boolean hasResult(Player p) {
|
||||
|
||||
Reference in New Issue
Block a user