Fixed random stack abilities display order in client

This commit is contained in:
magenoxx 2012-06-05 17:26:17 +04:00
parent d07236352b
commit 2c175dadf4
6 changed files with 53 additions and 34 deletions

View file

@ -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()) {