Fixed: Standing Order When Forfeit (MiniModel & Network)
This commit is contained in:
@@ -74,7 +74,7 @@ public class MiniModel implements Serializable {
|
||||
public void setPlayer(Player player) {
|
||||
players.put(player.getUserName(), player);
|
||||
}
|
||||
public void setStandingPlayers(List<Player> standingPlayers) {
|
||||
public void setStandingPlayers(ArrayList<Player> standingPlayers) {
|
||||
this.standingPlayers = standingPlayers;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user