mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Fix reanimation spells
This commit is contained in:
@@ -413,6 +413,7 @@ public abstract class LocalGameView implements IGameView {
|
||||
}
|
||||
else if (forceUpdate) {
|
||||
writeCardToView(c, view, MatchUtil.getGameView());
|
||||
MatchUtil.cards.updateKey(view.getId(), c); //ensure the Card reference in the cache is not outdated
|
||||
}
|
||||
return view;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user