mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00: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…
Reference in a new issue