mirror of
https://github.com/correl/mage.git
synced 2024-11-28 19:19:55 +00:00
undoing some checkins from merge
This commit is contained in:
parent
83b798ad94
commit
872057c49a
3 changed files with 2 additions and 4 deletions
|
@ -38,8 +38,6 @@ import java.util.Map;
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
|
||||||
import javax.swing.JComponent;
|
import javax.swing.JComponent;
|
||||||
import javax.swing.event.InternalFrameEvent;
|
|
||||||
import javax.swing.event.InternalFrameListener;
|
|
||||||
|
|
||||||
import mage.client.MageFrame;
|
import mage.client.MageFrame;
|
||||||
import mage.client.MagePane;
|
import mage.client.MagePane;
|
||||||
|
|
|
@ -473,8 +473,7 @@ class UpdateTablesTask extends SwingWorker<Void, Collection<TableView>> {
|
||||||
@Override
|
@Override
|
||||||
protected Void doInBackground() throws Exception {
|
protected Void doInBackground() throws Exception {
|
||||||
while (!isCancelled()) {
|
while (!isCancelled()) {
|
||||||
if (MageFrame.getDesktop().getSelectedFrame() instanceof TablesPane)
|
this.publish(session.getTables(roomId));
|
||||||
this.publish(session.getTables(roomId));
|
|
||||||
Thread.sleep(1000);
|
Thread.sleep(1000);
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
|
|
1
pom.xml
1
pom.xml
|
@ -31,6 +31,7 @@
|
||||||
<module>Mage.Plugins</module>
|
<module>Mage.Plugins</module>
|
||||||
<module>Mage.Server.Plugins</module>
|
<module>Mage.Server.Plugins</module>
|
||||||
<module>Mage.Server.Console</module>
|
<module>Mage.Server.Console</module>
|
||||||
|
<module>Mage.Tests</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
|
|
Loading…
Reference in a new issue