*Fixed Blocks triggers.

This commit is contained in:
Hellfish
2011-08-28 15:28:49 +00:00
parent af5948e344
commit b67e86c573

View File

@@ -29,7 +29,7 @@ public class Trigger_Blocks extends Trigger {
@Override
public boolean performTest(Map<String, Object> runParams2) {
if (mapParams.containsKey("ValidCard")) {
if (!matchesValid(runParams.get("Blocker"), mapParams.get("ValidCard").split(","), hostCard)) {
if (!matchesValid(runParams2.get("Blocker"), mapParams.get("ValidCard").split(","), hostCard)) {
return false;
}
}