mirror of
https://github.com/correl/mage.git
synced 2025-03-13 01:09:53 -09:00
Fix compilation error.
This commit is contained in:
parent
517c9e9dea
commit
564e0ff70d
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,6 @@
|
|||
package mage.game.stack;
|
||||
|
||||
import java.util.*;
|
||||
|
||||
import mage.MageInt;
|
||||
import mage.MageObject;
|
||||
import mage.ObjectColor;
|
||||
|
@ -447,8 +446,9 @@ public class StackAbility extends StackObjImpl implements Ability {
|
|||
}
|
||||
|
||||
@Override
|
||||
public void setRuleAtTheTop(boolean ruleAtTheTop) {
|
||||
public Ability setRuleAtTheTop(boolean ruleAtTheTop) {
|
||||
this.ability.setRuleAtTheTop(ruleAtTheTop);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue