mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
* Some changes to game start logic (better handling for disconnected users). Changes to server logging.
This commit is contained in:
parent
5d30cf536b
commit
30869beca0
13 changed files with 132 additions and 107 deletions
|
|
@ -34,9 +34,9 @@
|
|||
|
||||
package mage.client.game;
|
||||
|
||||
import java.awt.KeyboardFocusManager;
|
||||
import java.util.UUID;
|
||||
import javax.swing.SwingUtilities;
|
||||
import static javax.swing.WindowConstants.DISPOSE_ON_CLOSE;
|
||||
import mage.client.MagePane;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue