diff --git a/patches/server/Moonrise-optimisation-patches.patch b/patches/server/Moonrise-optimisation-patches.patch index d236f6ae50..336efd567a 100644 --- a/patches/server/Moonrise-optimisation-patches.patch +++ b/patches/server/Moonrise-optimisation-patches.patch @@ -25455,7 +25455,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 - Iterator iterator = this.entity.getIndirectPassengers().iterator(); + // Paper start - optimise entity tracker + final Entity entity = this.entity; -+ int range = ca.spottedleaf.moonrise.common.PlatformHooks.get().modifyEntityTrackingRange(entity, this.range); ++ int range = this.range; - while (iterator.hasNext()) { - Entity entity = (Entity) iterator.next();