mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08:00
Redesigned handling of chat start message.
This commit is contained in:
parent
a97d019ca5
commit
7f6eca171e
6 changed files with 72 additions and 14 deletions
|
|
@ -517,7 +517,6 @@ public abstract class GameImpl<T extends GameImpl<T>> implements Game, Serializa
|
|||
this.gameOptions = options;
|
||||
scorePlayer = state.getPlayers().values().iterator().next();
|
||||
init(choosingPlayerId, options);
|
||||
informPlayers(Constants.MSG_TIP_HOT_KEYS_CODE);
|
||||
play(startingPlayerId);
|
||||
//saveState();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue