fix a comment
Some checks failed
/ Build BaseBand DSM & Broadway (push) Has been cancelled

This commit is contained in:
Daniella / Tove 2024-06-24 06:56:03 +02:00
parent 870e342a8f
commit 77f6aa2778
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

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