mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-01-24 16:31:29 +01:00
ERR
This commit is contained in:
parent
9528b15f55
commit
34c26c8791
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user