mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
* Join Table - Changed handling of messages while creating or joining a table.
This commit is contained in:
parent
50056df24e
commit
fe82b49930
4 changed files with 39 additions and 8 deletions
|
|
@ -356,7 +356,7 @@ public class NewTableDialog extends MageDialog {
|
|||
} catch (ClassNotFoundException ex) {
|
||||
handleError(ex);
|
||||
}
|
||||
JOptionPane.showMessageDialog(MageFrame.getDesktop(), "Error joining table.", "Error", JOptionPane.ERROR_MESSAGE);
|
||||
// JOptionPane.showMessageDialog(MageFrame.getDesktop(), "Error joining table.", "Error", JOptionPane.ERROR_MESSAGE);
|
||||
session.removeTable(roomId, table.getTableId());
|
||||
table = null;
|
||||
}//GEN-LAST:event_btnOKActionPerformed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue