forked from External/mage
Ban ignored users from watching
This commit bans ignored users from watching games where the creator has them on their ignore list.
This commit is contained in:
parent
62c14a9c24
commit
ad0507e739
8 changed files with 60 additions and 19 deletions
|
|
@ -305,10 +305,14 @@ public final class GamePanel extends javax.swing.JPanel {
|
|||
this.players.clear();
|
||||
this.playersWhoLeft.clear();
|
||||
|
||||
jLayeredPane.remove(abilityPicker);
|
||||
if (jLayeredPane!= null) {
|
||||
jLayeredPane.remove(abilityPicker);
|
||||
}
|
||||
this.abilityPicker.cleanUp();
|
||||
|
||||
jLayeredPane.remove(DialogManager.getManager(gameId));
|
||||
if (jLayeredPane != null) {
|
||||
jLayeredPane.remove(DialogManager.getManager(gameId));
|
||||
}
|
||||
DialogManager.removeGame(gameId);
|
||||
|
||||
if (pickNumber != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue