mirror of
https://github.com/correl/mage.git
synced 2024-12-25 19:25:41 +00:00
Review fixes
This commit is contained in:
parent
ad0507e739
commit
4d0e8cb443
1 changed files with 1 additions and 4 deletions
|
@ -307,12 +307,9 @@ public final class GamePanel extends javax.swing.JPanel {
|
||||||
|
|
||||||
if (jLayeredPane!= null) {
|
if (jLayeredPane!= null) {
|
||||||
jLayeredPane.remove(abilityPicker);
|
jLayeredPane.remove(abilityPicker);
|
||||||
}
|
|
||||||
this.abilityPicker.cleanUp();
|
|
||||||
|
|
||||||
if (jLayeredPane != null) {
|
|
||||||
jLayeredPane.remove(DialogManager.getManager(gameId));
|
jLayeredPane.remove(DialogManager.getManager(gameId));
|
||||||
}
|
}
|
||||||
|
this.abilityPicker.cleanUp();
|
||||||
DialogManager.removeGame(gameId);
|
DialogManager.removeGame(gameId);
|
||||||
|
|
||||||
if (pickNumber != null) {
|
if (pickNumber != null) {
|
||||||
|
|
Loading…
Reference in a new issue