mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Fixed performTest in Trigger_Cycled.
This commit is contained in:
@@ -47,7 +47,7 @@ public class Trigger_Cycled extends Trigger {
|
||||
@Override
|
||||
public final boolean performTest(final java.util.Map<String, Object> runParams2) {
|
||||
if (mapParams.containsKey("ValidCard")) {
|
||||
if (!matchesValid(runParams.get("Card"), mapParams.get("ValidCard").split(","), hostCard)) {
|
||||
if (!matchesValid(runParams2.get("Card"), mapParams.get("ValidCard").split(","), hostCard)) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user