mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Fixed performTest in Trigger_LandPlayed.
This commit is contained in:
@@ -57,7 +57,7 @@ public class Trigger_LandPlayed extends Trigger {
|
|||||||
@Override
|
@Override
|
||||||
public boolean performTest(java.util.Map<String, Object> runParams2) {
|
public boolean performTest(java.util.Map<String, Object> runParams2) {
|
||||||
if (mapParams.containsKey("ValidCard")) {
|
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;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user