weitere Spielablauf in Spiel.java

spiel
Philipp Kotte 2023-10-26 17:23:03 +02:00
parent fcce799d32
commit c42fab25f6
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ public class Spiel implements Serializable {
start = i;
}
}
int position = 0;
for (int i = start; i < this.spieler.size(); i++) {
temp.add(this.spieler.get(i));
}