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

@ -1963,6 +1963,8 @@ public abstract class GameImpl implements Game, Serializable {
message = "Play instants and activated abilities."; message = "Play instants and activated abilities.";
} }
playerQueryEventSource.select(playerId, message); playerQueryEventSource.select(playerId, message);
getState().clearLookedAt();
getState().clearRevealed();
} }
@Override @Override