diff options
Diffstat (limited to 'Spigot-Server-Patches/0507-Optimize-WorldBorder-collision-checks-and-air.patch')
-rw-r--r-- | Spigot-Server-Patches/0507-Optimize-WorldBorder-collision-checks-and-air.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Spigot-Server-Patches/0507-Optimize-WorldBorder-collision-checks-and-air.patch b/Spigot-Server-Patches/0507-Optimize-WorldBorder-collision-checks-and-air.patch index b153f9d172..bcf3c024ca 100644 --- a/Spigot-Server-Patches/0507-Optimize-WorldBorder-collision-checks-and-air.patch +++ b/Spigot-Server-Patches/0507-Optimize-WorldBorder-collision-checks-and-air.patch @@ -5,10 +5,10 @@ Subject: [PATCH] Optimize WorldBorder collision checks and air diff --git a/src/main/java/net/minecraft/world/entity/Entity.java b/src/main/java/net/minecraft/world/entity/Entity.java -index c50b89ee8f16821923933025bf19243771dd1604..27e5ba64ed6406c1ece318bf79fca0f261a77818 100644 +index d058675b800cb73f235d5675aea32bac175e0534..d7e1e09cd3053220a5413b498108d57f23ec94a4 100644 --- a/src/main/java/net/minecraft/world/entity/Entity.java +++ b/src/main/java/net/minecraft/world/entity/Entity.java -@@ -909,7 +909,7 @@ public abstract class Entity implements INamableTileEntity, ICommandListener, ne +@@ -910,7 +910,7 @@ public abstract class Entity implements INamableTileEntity, ICommandListener, ne AxisAlignedBB axisalignedbb = this.getBoundingBox(); VoxelShapeCollision voxelshapecollision = VoxelShapeCollision.a(this); VoxelShape voxelshape = this.world.getWorldBorder().c(); |