aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-Server-Patches/0381-Fix-spawning-of-hanging-entities-that-are-not-ItemFr.patch
diff options
context:
space:
mode:
authorAikar <[email protected]>2021-04-18 03:52:36 -0400
committerAikar <[email protected]>2021-04-18 03:52:36 -0400
commit88ab784da08cba772226c3525954ca6218a94464 (patch)
tree541a1d7945e12a619e67c8d897b32292e3e36eff /Spigot-Server-Patches/0381-Fix-spawning-of-hanging-entities-that-are-not-ItemFr.patch
parentca7111d5fef33825ab161e951ea19b204e4fb319 (diff)
downloadPaper-88ab784da08cba772226c3525954ca6218a94464.tar.gz
Paper-88ab784da08cba772226c3525954ca6218a94464.zip
[Auto] Updated Upstream (CraftBukkit)
Upstream has released updates that appear to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing CraftBukkit Changes: 28d72c4bd SPIGOT-6428: World.generateTree does not generate bee nests
Diffstat (limited to 'Spigot-Server-Patches/0381-Fix-spawning-of-hanging-entities-that-are-not-ItemFr.patch')
-rw-r--r--Spigot-Server-Patches/0381-Fix-spawning-of-hanging-entities-that-are-not-ItemFr.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/Spigot-Server-Patches/0381-Fix-spawning-of-hanging-entities-that-are-not-ItemFr.patch b/Spigot-Server-Patches/0381-Fix-spawning-of-hanging-entities-that-are-not-ItemFr.patch
index f9e4fc1860..84c4e83f51 100644
--- a/Spigot-Server-Patches/0381-Fix-spawning-of-hanging-entities-that-are-not-ItemFr.patch
+++ b/Spigot-Server-Patches/0381-Fix-spawning-of-hanging-entities-that-are-not-ItemFr.patch
@@ -6,10 +6,10 @@ Subject: [PATCH] Fix spawning of hanging entities that are not ItemFrames and
diff --git a/src/main/java/org/bukkit/craftbukkit/CraftWorld.java b/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
-index 91b8e555f54e60f3839ef3d523bf7d2aef6c253b..630c709c9e5d3e98e1e895ea91f53aea5b9c0eb2 100644
+index e880ce299bd81ad790da7b94fb28c49a5ebab1e7..5a7efa46729a233d3aa8b674b1f6a8043b6c5632 100644
--- a/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
+++ b/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
-@@ -1893,7 +1893,12 @@ public class CraftWorld implements World {
+@@ -1886,7 +1886,12 @@ public class CraftWorld implements World {
height = 9;
}