forked from External/mage
...
This commit is contained in:
parent
69e219c7c6
commit
1f53bb1995
4 changed files with 26 additions and 56 deletions
|
|
@ -79,8 +79,8 @@ public class GameView implements Serializable {
|
|||
for (ExileZone exileZone: game.getExile().getExileZones()) {
|
||||
exiles.add(new ExileView(exileZone));
|
||||
}
|
||||
this.phase = game.getTurn().getPhase();
|
||||
this.step = game.getTurn().getStep();
|
||||
this.phase = game.getTurn().getPhaseType();
|
||||
this.step = game.getTurn().getStepType();
|
||||
this.turn = game.getTurnNum();
|
||||
if (game.getActivePlayerId() != null)
|
||||
this.activePlayerName = game.getPlayer(game.getActivePlayerId()).getName();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue