Update PopulationGoal.java

This commit is contained in:
Dennis Weinberger 2019-03-26 19:54:46 +00:00
parent d41993521c
commit a26f17a56e

View file

@ -87,10 +87,6 @@ public class PopulationGoal extends Goal {
return null; return null;
} }
return Collections.max(highPopulationPlayers, comp); return Collections.max(highPopulationPlayers, comp);
// Ansonsten... gewinnt noch kein spieler.
return null;
} }