mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +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) {
|
||||
jLayeredPane.remove(abilityPicker);
|
||||
}
|
||||
this.abilityPicker.cleanUp();
|
||||
|
||||
if (jLayeredPane != null) {
|
||||
jLayeredPane.remove(DialogManager.getManager(gameId));
|
||||
}
|
||||
this.abilityPicker.cleanUp();
|
||||
DialogManager.removeGame(gameId);
|
||||
|
||||
if (pickNumber != null) {
|
||||
|
|
Loading…
Reference in a new issue