SOI Shadow Lands - Fixed that reveal window popped up a second time (fixes #1783).

This commit is contained in:
LevelX2 2016-04-15 19:05:45 +02:00
parent 22dbb1ef38
commit 9416c0c9be

View file

@ -1244,7 +1244,7 @@ public abstract class GameImpl implements Game, Serializable {
if (player != null) {
player.getUserData().setUseFirstManaAbility(useFirstManaAbility);
}
}
}
@Override
public void playPriority(UUID activePlayerId, boolean resuming) {
@ -1963,6 +1963,8 @@ public abstract class GameImpl implements Game, Serializable {
message = "Play instants and activated abilities.";
}
playerQueryEventSource.select(playerId, message);
getState().clearLookedAt();
getState().clearRevealed();
}
@Override