Update PopulationGoal.java

This commit is contained in:
Dennis Weinberger 2019-03-26 19:55:34 +00:00
parent a26f17a56e
commit 494f2d0a9d

View file

@ -45,7 +45,7 @@ public class PopulationGoal extends Goal {
return null;
// Ansonsten: Bevölkerung hlen
// Ansonsten: BevÃlkerung ¤hlen
int numberOfHighPopulationCastles = 0;
@ -89,6 +89,11 @@ public class PopulationGoal extends Goal {
return Collections.max(highPopulationPlayers, comp);
}
// Ansonsten... gewinnt noch kein spieler.
return null;
}
@Override
public boolean hasLost(Player player) {