forked from External/mage
Test button fix
This commit is contained in:
parent
8448afc709
commit
bf20e7d656
1 changed files with 1 additions and 0 deletions
|
|
@ -689,6 +689,7 @@ public class TablesPanel extends javax.swing.JPanel {
|
||||||
UUID chatRoomId = null;
|
UUID chatRoomId = null;
|
||||||
if (SessionHandler.getSession() != null) {
|
if (SessionHandler.getSession() != null) {
|
||||||
btnQuickStartDuel.setVisible(SessionHandler.isTestMode());
|
btnQuickStartDuel.setVisible(SessionHandler.isTestMode());
|
||||||
|
btnQuickStartCommander.setVisible(SessionHandler.isTestMode());
|
||||||
gameChooser.init();
|
gameChooser.init();
|
||||||
chatRoomId = SessionHandler.getRoomChatId(roomId).orElse(null);
|
chatRoomId = SessionHandler.getRoomChatId(roomId).orElse(null);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue