forked from External/mage
fix 514.3a, give player priority on cleanup when something happened (#12115)
This commit is contained in:
parent
f1791a3c70
commit
72a2e32d1c
4 changed files with 106 additions and 7 deletions
|
|
@ -275,4 +275,7 @@ public abstract class Phase implements Serializable {
|
|||
}
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return type.toString();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue