forked from External/mage
Fixed some handling problems of triggered abilities.
This commit is contained in:
parent
e02b3377b3
commit
0443311f0e
8 changed files with 30 additions and 28 deletions
|
|
@ -11,7 +11,7 @@ import mage.constants.PhaseStep;
|
|||
*/
|
||||
public class GameOptions implements Serializable {
|
||||
|
||||
private static GameOptions defInstance = new GameOptions();
|
||||
private static final GameOptions defInstance = new GameOptions();
|
||||
|
||||
public static GameOptions getDefault() {
|
||||
return defInstance;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue