mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-03-10 13:39:23 +01:00
Should hover start counting after set-back?
This commit is contained in:
parent
ed0f08ed23
commit
f28877f097
@ -250,7 +250,7 @@ public class MovingData extends ACheckData {
|
||||
sfHorizontalBuffer = 0.0;
|
||||
lostSprintCount = 0;
|
||||
toWasReset = fromWasReset = false; // TODO: true maybe
|
||||
sfHoverTicks = -1;
|
||||
sfHoverTicks = -1; // 0 ?
|
||||
sfDirty = false;
|
||||
sfLowJump = false;
|
||||
mediumLiftOff = defaultMediumLiftOff;
|
||||
|
Loading…
Reference in New Issue
Block a user