Update TimeGoal.java
This commit is contained in:
parent
507c8f466f
commit
61ab4887b6
1 changed files with 0 additions and 1 deletions
|
|
@ -80,7 +80,6 @@ public class TimeGoal extends Goal {
|
|||
|
||||
};
|
||||
Collections.sort(playerList, comp);
|
||||
// Edge Case: Mehrere Spieler haben auch die gleiche Anzahl an Regionen. Dann gibt es ein Draw.
|
||||
// Edge Case: Mind. Zwei spieler haben die gleiche Anzahl an Burgen
|
||||
if(playerList.get(0).getNumRegions(game) == playerList.get(1).getNumRegions(game)) {
|
||||
isDraw = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue