Prevent crash in updateSingleCard

This commit is contained in:
drdev
2014-10-12 15:55:58 +00:00
parent 91a714384a
commit 8bf08cf12a

View File

@@ -2063,6 +2063,7 @@ public class Card extends GameEntity implements Comparable<Card>, IIdentifiable
if (owner == owner0) { return; } if (owner == owner0) { return; }
owner = owner0; owner = owner0;
view.updateOwner(this); view.updateOwner(this);
view.updateController(this);
} }
public final Player getController() { public final Player getController() {