aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-Server-Patches/0174-Option-for-maximum-exp-value-when-merging-orbs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Spigot-Server-Patches/0174-Option-for-maximum-exp-value-when-merging-orbs.patch')
-rw-r--r--Spigot-Server-Patches/0174-Option-for-maximum-exp-value-when-merging-orbs.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/Spigot-Server-Patches/0174-Option-for-maximum-exp-value-when-merging-orbs.patch b/Spigot-Server-Patches/0174-Option-for-maximum-exp-value-when-merging-orbs.patch
index a3621a8f25..3edec22afc 100644
--- a/Spigot-Server-Patches/0174-Option-for-maximum-exp-value-when-merging-orbs.patch
+++ b/Spigot-Server-Patches/0174-Option-for-maximum-exp-value-when-merging-orbs.patch
@@ -20,10 +20,10 @@ index 90ca51dfdbb3045dd528450225cba96f5834166e..6c692e58cde22003ecbf6dc569579914
+ }
}
diff --git a/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java b/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java
-index 2ca0d109b148321964ac68259df82e4b1d7c57b2..d7a0a978411d56c93bec0d510060216eb592fed8 100644
+index d07c146119980358aeaf8f9dc5f419fd1385ced5..aa984540917e363438cc38cdb3004d3fc4987ab4 100644
--- a/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java
+++ b/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java
-@@ -596,16 +596,32 @@ public class CraftEventFactory {
+@@ -599,16 +599,32 @@ public class CraftEventFactory {
EntityExperienceOrb xp = (EntityExperienceOrb) entity;
double radius = world.spigotConfig.expMerge;
if (radius > 0) {