mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-01 22:55:06 +01:00
Fixed fall distance accumulating while being in Creative mode.
This commit is contained in:
parent
72e5ea6cc3
commit
76493f9c76
1 changed files with 1 additions and 0 deletions
|
@ -371,6 +371,7 @@ public class NetServerHandler extends NetHandler implements ICommandListener {
|
|||
|
||||
this.player.onGround = packet10flying.g;
|
||||
this.minecraftServer.serverConfigurationManager.d(this.player);
|
||||
if (this.player.itemInWorldManager.b()) return; // CraftBukkit - fixed fall distance accumulating while being in Creative mode.
|
||||
this.player.b(this.player.locY - d0, packet10flying.g);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue