forked from External/mage
add null check
This commit is contained in:
parent
d7e68cf932
commit
d5003a6f8f
2 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ public abstract class PermanentImpl extends CardImpl implements Permanent {
|
|||
|
||||
private static final Logger logger = Logger.getLogger(PermanentImpl.class);
|
||||
|
||||
public class MarkedDamageInfo {
|
||||
static class MarkedDamageInfo {
|
||||
|
||||
public MarkedDamageInfo(Counter counter, MageObject sourceObject) {
|
||||
this.counter = counter;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue