mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Prevent crash in updateSingleCard
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user