diff options
Diffstat (limited to 'patches/server/0340-Fix-spawning-of-hanging-entities-that-are-not-ItemFr.patch')
-rw-r--r-- | patches/server/0340-Fix-spawning-of-hanging-entities-that-are-not-ItemFr.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0340-Fix-spawning-of-hanging-entities-that-are-not-ItemFr.patch b/patches/server/0340-Fix-spawning-of-hanging-entities-that-are-not-ItemFr.patch index 8a4a109b18..019515ccee 100644 --- a/patches/server/0340-Fix-spawning-of-hanging-entities-that-are-not-ItemFr.patch +++ b/patches/server/0340-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 4841591539fdd5a01f9ded0ee510991602c266a4..f1cbcdb1e409f8544125dde5f24bff5b07cb5082 100644 +index f9c58de7fa8b3c2ab5ac78cf0b366df69e0b40df..053878ce00b77367b403a8c52f0d81f485022c59 100644 --- a/src/main/java/org/bukkit/craftbukkit/CraftWorld.java +++ b/src/main/java/org/bukkit/craftbukkit/CraftWorld.java -@@ -1881,7 +1881,12 @@ public class CraftWorld implements World { +@@ -1882,7 +1882,12 @@ public class CraftWorld implements World { height = 9; } |