Update PopulationGoal.java
This commit is contained in:
parent
d41993521c
commit
a26f17a56e
1 changed files with 1 additions and 5 deletions
|
|
@ -86,11 +86,7 @@ public class PopulationGoal extends Goal {
|
||||||
isDraw = true;
|
isDraw = true;
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
return Collections.max(highPopulationPlayers, comp);
|
return Collections.max(highPopulationPlayers, comp);
|
||||||
|
|
||||||
// Ansonsten... gewinnt noch kein spieler.
|
|
||||||
return null;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue