forked from External/mage
MageSingleton marker interface
This commit is contained in:
parent
60bd1f9585
commit
5b83ffe518
35 changed files with 147 additions and 79 deletions
|
|
@ -310,7 +310,9 @@ public class StackAbility implements StackObject, Ability {
|
|||
|
||||
@Override
|
||||
public void newId() {
|
||||
this.ability.newId();
|
||||
if (!(this instanceof MageSingleton)) {
|
||||
this.ability.newId();
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue