mirror of
https://github.com/correl/mage.git
synced 2025-04-10 09:11:04 -09: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) {
|
public synchronized void init(GameView game) {
|
||||||
logger.warn("init.");
|
|
||||||
combat.init(gameId, bigCard);
|
combat.init(gameId, bigCard);
|
||||||
combat.setLocation(500, 300);
|
combat.setLocation(500, 300);
|
||||||
addPlayers(game);
|
addPlayers(game);
|
||||||
logger.warn("added players.");
|
|
||||||
updateGame(game);
|
updateGame(game);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue