mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
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;
|
||||
if (SessionHandler.getSession() != null) {
|
||||
btnQuickStartDuel.setVisible(SessionHandler.isTestMode());
|
||||
btnQuickStartCommander.setVisible(SessionHandler.isTestMode());
|
||||
gameChooser.init();
|
||||
chatRoomId = SessionHandler.getRoomChatId(roomId).orElse(null);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue