forked from External/mage
Fixed NPE in ManaPaid events usage
This commit is contained in:
parent
ad3b76dae6
commit
1bc4b9d675
2 changed files with 3 additions and 3 deletions
|
|
@ -22,7 +22,7 @@ public class ManaPoolItem implements Serializable, Emptiable {
|
|||
private int black = 0;
|
||||
private int colorless = 0;
|
||||
private ConditionalMana conditionalMana;
|
||||
private MageObject sourceObject;
|
||||
private MageObject sourceObject; // source of the mana, can be null (what's use case for null values? JayDi85)
|
||||
private UUID originalId; // originalId of the mana producing ability
|
||||
private boolean flag = false;
|
||||
private Duration duration;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue