mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Removed old debug messges.
This commit is contained in:
parent
69c3ae0666
commit
10fd7c6f6a
1 changed files with 0 additions and 2 deletions
|
@ -326,11 +326,9 @@ public final class GamePanel extends javax.swing.JPanel {
|
|||
}
|
||||
|
||||
public synchronized void init(GameView game) {
|
||||
logger.warn("init.");
|
||||
combat.init(gameId, bigCard);
|
||||
combat.setLocation(500, 300);
|
||||
addPlayers(game);
|
||||
logger.warn("added players.");
|
||||
updateGame(game);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue