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 javax.swing.JComponent;
|
||||
import javax.swing.event.InternalFrameEvent;
|
||||
import javax.swing.event.InternalFrameListener;
|
||||
|
||||
import mage.client.MageFrame;
|
||||
import mage.client.MagePane;
|
||||
|
|
|
@ -473,7 +473,6 @@ 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));
|
||||
Thread.sleep(1000);
|
||||
}
|
||||
|
|
1
pom.xml
1
pom.xml
|
@ -31,6 +31,7 @@
|
|||
<module>Mage.Plugins</module>
|
||||
<module>Mage.Server.Plugins</module>
|
||||
<module>Mage.Server.Console</module>
|
||||
<module>Mage.Tests</module>
|
||||
</modules>
|
||||
|
||||
<repositories>
|
||||
|
|
Loading…
Reference in a new issue