mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Fixed performTest in Trigger_LandPlayed.
This commit is contained in:
@@ -57,7 +57,7 @@ public class Trigger_LandPlayed extends Trigger {
|
||||
@Override
|
||||
public boolean performTest(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