This commit is contained in:
parent
870e342a8f
commit
77f6aa2778
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ public class NoFall extends Feature {
|
|||
}
|
||||
}
|
||||
|
||||
// we check the fall damage so we dont interfere with things that require server-side onground, **LAMBDA**!
|
||||
// we check the fall distance so we dont interfere with things that require server-side onground, **LAMBDA**!
|
||||
if(mode == Mode.NeverTouch || ((mode == Mode.Elytra || mode == Mode.AlwaysTouch) && lastFallDist > 2)) {
|
||||
try {
|
||||
FieldFinder.findUnmarked(CPacketPlayer.class, boolean.class, 0).set(packet, mode == Mode.AlwaysTouch);
|
||||
|
|
Loading…
Add table
Reference in a new issue