Should hover start counting after set-back?

This commit is contained in:
asofold 2013-09-17 18:35:49 +02:00
parent ed0f08ed23
commit f28877f097

View File

@ -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;