mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-12-27 02:48:04 +01:00
Attempt to further reduce false positives with exiting boats.
This commit is contained in:
parent
06fdca5f25
commit
aa3c48059c
@ -1117,11 +1117,11 @@ public class MovingListener extends CheckListener implements TickListener, IRemo
|
|||||||
data.setSetBack(loc);
|
data.setSetBack(loc);
|
||||||
// Experiment: add some velocity (fake).
|
// Experiment: add some velocity (fake).
|
||||||
data.horizontalVelocityCounter = 1;
|
data.horizontalVelocityCounter = 1;
|
||||||
data.horizontalFreedom = 0.75;
|
data.horizontalFreedom = 0.9;
|
||||||
data.horizontalVelocityUsed = 0;
|
data.horizontalVelocityUsed = 0;
|
||||||
data.verticalVelocityCounter = 1;
|
data.verticalVelocityCounter = 1;
|
||||||
data.verticalFreedom = 1.2;
|
data.verticalFreedom = 1.2;
|
||||||
data.verticalVelocity = 0.1;
|
data.verticalVelocity = 0.15;
|
||||||
data.verticalVelocityUsed = 0;
|
data.verticalVelocityUsed = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user