mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
Fixed ControllerPredicate for TargetController.ANY
This commit is contained in:
parent
c6db6dffff
commit
41c2e80d62
1 changed files with 2 additions and 0 deletions
|
|
@ -68,6 +68,8 @@ public class ControllerPredicate implements ObjectPlayerPredicate<ObjectPlayer<C
|
|||
return true;
|
||||
}
|
||||
break;
|
||||
case ANY:
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue