diff options
Diffstat (limited to 'patches/server/0316-Fix-items-not-falling-correctly.patch')
-rw-r--r-- | patches/server/0316-Fix-items-not-falling-correctly.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0316-Fix-items-not-falling-correctly.patch b/patches/server/0316-Fix-items-not-falling-correctly.patch index 4c7e19ae3c..dc83e6fd0b 100644 --- a/patches/server/0316-Fix-items-not-falling-correctly.patch +++ b/patches/server/0316-Fix-items-not-falling-correctly.patch @@ -28,10 +28,10 @@ index 9badb48b6004c5799132ed70ddcc767bdd72510c..7d12bedc4b80b9bcf50f468a9204191b float f1 = 0.98F; diff --git a/src/main/java/org/spigotmc/ActivationRange.java b/src/main/java/org/spigotmc/ActivationRange.java -index 2cb5bbe371333f566b4d6d3ee8016857986e9af0..f60eb4bf10c32d2d92fa24992ed20525f0f0f781 100644 +index e5ff35531a933268f2b8b6c15c234de4482931d5..90df7e83d9166c22a56a31db22d843768229b9ab 100644 --- a/src/main/java/org/spigotmc/ActivationRange.java +++ b/src/main/java/org/spigotmc/ActivationRange.java -@@ -260,7 +260,7 @@ public class ActivationRange +@@ -254,7 +254,7 @@ public class ActivationRange isActive = true; } // Add a little performance juice to active entities. Skip 1/4 if not immune. |