Merge branch 'master' of gitlab.com:joachimschmidt557/fop-projekt

This commit is contained in:
Jonas Suess 2019-03-26 21:28:51 +01:00
commit b5abffade2

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) {