forked from External/mage
Fixed random stack abilities display order in client
This commit is contained in:
parent
d07236352b
commit
2c175dadf4
6 changed files with 53 additions and 34 deletions
|
|
@ -397,7 +397,7 @@ public class GamePanel extends javax.swing.JPanel {
|
|||
}
|
||||
}
|
||||
|
||||
this.stack.loadCards(game.getStack(), bigCard, gameId);
|
||||
this.stack.loadCards(game.getStack(), bigCard, gameId, game.getStackOrder());
|
||||
GameManager.getInstance().setStackSize(game.getStack().size());
|
||||
|
||||
for (ExileView exile: game.getExile()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue