mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-09 08:32:07 -07:00
Add fallback for when jline fails to initialize. Fixes BUKKIT-1675.
This commit is contained in:
@@ -932,6 +932,7 @@ public class NetServerHandler extends NetHandler implements ICommandListener {
|
||||
} else if (packet19entityaction.animation == 5) {
|
||||
this.player.setSprinting(false);
|
||||
} else if (packet19entityaction.animation == 3) {
|
||||
if (this.player.fauxSleeping && !this.player.sleeping) return; // CraftBukkit - Can't leave bed if not in one!
|
||||
this.player.a(false, true, true);
|
||||
this.checkMovement = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user