This commit is contained in:
asofold 2014-02-17 02:07:51 +01:00
parent 9528b15f55
commit 34c26c8791

View File

@ -56,7 +56,7 @@ public class Against extends Check {
vd.setParameter(ParameterName.BLOCK_ID, Integer.toString(placedMat.getId()));
return executeActions(vd);
} else {
data.againstVL *= 100; // Assume one false positive every 100 blocks.
data.againstVL *= 0.99; // Assume one false positive every 100 blocks.
return false;
}
}