mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
fixed issue 219
This commit is contained in:
parent
7418d201e4
commit
12d3b974d0
2 changed files with 5 additions and 0 deletions
|
|
@ -215,6 +215,7 @@ public class GameSession extends GameWatcher {
|
|||
list.add(new LookedAtView(entry.getKey(), entry.getValue(), game));
|
||||
}
|
||||
gameView.setLookedAt(list);
|
||||
game.getState().clearLookedAt();
|
||||
|
||||
return gameView;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue