forked from External/mage
* Client memory - Some more changes to maximize objects for gc.
This commit is contained in:
parent
b10ad8e663
commit
f2cf060b21
4 changed files with 41 additions and 10 deletions
|
|
@ -764,6 +764,8 @@ public final class GamePanel extends javax.swing.JPanel {
|
|||
PickPileDialog pickPileDialog = new PickPileDialog();
|
||||
pickPileDialog.loadCards(message, pile1, pile2, bigCard, Config.dimensions, gameId);
|
||||
session.sendPlayerBoolean(gameId, pickPileDialog.isPickedPile1());
|
||||
pickPileDialog.cleanUp();
|
||||
pickPileDialog.removeDialog();
|
||||
}
|
||||
|
||||
public Map<UUID, PlayAreaPanel> getPlayers() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue