mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +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;
|
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…
Reference in a new issue