mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Fix ExcludedDestinations logic
This commit is contained in:
committed by
Michael Kamensky
parent
7a85918b04
commit
64c1f2dec9
@@ -90,7 +90,7 @@ public class TriggerChangesZone extends Trigger {
|
||||
}
|
||||
|
||||
if (hasParam("ExcludedDestinations")) {
|
||||
if (!ArrayUtils.contains(
|
||||
if (ArrayUtils.contains(
|
||||
getParam("ExcludedDestinations").split(","), runParams.get(AbilityKey.Destination)
|
||||
)) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user