* Commander storm abilities - fixed rollback error on card usage in non commander games;

This commit is contained in:
Oleg Agafonov 2021-09-04 17:15:51 +04:00
parent 18cca57b44
commit 84ea133ec5
9 changed files with 12 additions and 13 deletions

View file

@ -44,8 +44,8 @@ public abstract class GameCommanderImpl extends GameImpl {
protected void init(UUID choosingPlayerId) {
// Karn Liberated calls it to restart game, all data and commanders must be re-initialized
// plays watcher
state.addWatcher(new CommanderPlaysCountWatcher());
// add game mode specific watchers here
//state.addWatcher(new CommanderPlaysCountWatcher());
// move commanders to command zone
for (UUID playerId : state.getPlayerList(startingPlayerId)) {