forked from External/mage
undoing some checkins from merge
This commit is contained in:
parent
83b798ad94
commit
872057c49a
3 changed files with 2 additions and 4 deletions
|
|
@ -473,8 +473,7 @@ class UpdateTablesTask extends SwingWorker<Void, Collection<TableView>> {
|
|||
@Override
|
||||
protected Void doInBackground() throws Exception {
|
||||
while (!isCancelled()) {
|
||||
if (MageFrame.getDesktop().getSelectedFrame() instanceof TablesPane)
|
||||
this.publish(session.getTables(roomId));
|
||||
this.publish(session.getTables(roomId));
|
||||
Thread.sleep(1000);
|
||||
}
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue