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;
@ -87,6 +87,11 @@ public class PopulationGoal extends Goal {
return null;
}
return Collections.max(highPopulationPlayers, comp);
}
// Ansonsten... gewinnt noch kein spieler.
return null;
}