diff --git a/Spigot-Server-Patches/Auto-fix-bad-Y-levels-on-player-login.patch b/Spigot-Server-Patches/Auto-fix-bad-Y-levels-on-player-login.patch index 9ec70cde88..9e49454855 100644 --- a/Spigot-Server-Patches/Auto-fix-bad-Y-levels-on-player-login.patch +++ b/Spigot-Server-Patches/Auto-fix-bad-Y-levels-on-player-login.patch @@ -13,7 +13,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 } } -+ if (this.locY > 300) this.locY = 200; // Paper - bring down to a saner Y level if out of world ++ if (this.locY > 300) this.locY = 257; // Paper - bring down to a saner Y level if out of world this.getBukkitEntity().readExtraData(nbttagcompound); // CraftBukkit }