Test button fix

This commit is contained in:
Oleg Agafonov 2019-05-13 13:30:18 +04:00
parent 8448afc709
commit bf20e7d656

View file

@ -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);
}