diff options
author | Lulu13022002 <[email protected]> | 2024-06-22 20:11:34 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-06-22 20:11:34 +0200 |
commit | 76c2f16f577d2e5515482a8dcd3d97aeeec20e1e (patch) | |
tree | 61f02d041e8f377590201ce24d665b2e791ae191 /patches/server/0415-Expose-the-Entity-Counter-to-allow-plugins-to-use-va.patch | |
parent | 77c763b5ef5b33e8ce34866bf5ed3c94d43f298e (diff) | |
download | Paper-76c2f16f577d2e5515482a8dcd3d97aeeec20e1e.tar.gz Paper-76c2f16f577d2e5515482a8dcd3d97aeeec20e1e.zip |
Fix wrong diff applying delta twice (#10959)
Diffstat (limited to 'patches/server/0415-Expose-the-Entity-Counter-to-allow-plugins-to-use-va.patch')
-rw-r--r-- | patches/server/0415-Expose-the-Entity-Counter-to-allow-plugins-to-use-va.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0415-Expose-the-Entity-Counter-to-allow-plugins-to-use-va.patch b/patches/server/0415-Expose-the-Entity-Counter-to-allow-plugins-to-use-va.patch index 0c0efd8dc4..1be83ad335 100644 --- a/patches/server/0415-Expose-the-Entity-Counter-to-allow-plugins-to-use-va.patch +++ b/patches/server/0415-Expose-the-Entity-Counter-to-allow-plugins-to-use-va.patch @@ -6,10 +6,10 @@ Subject: [PATCH] Expose the Entity Counter to allow plugins to use valid and diff --git a/src/main/java/net/minecraft/world/entity/Entity.java b/src/main/java/net/minecraft/world/entity/Entity.java -index 1e65bfa3d2f3a178803c530e1610c94065ed6110..70952ec99d049c3b133629e41eeb1d725ffb5917 100644 +index 335962dfe50d8d691a2a1fc6224950641e2b5a2b..203aacc9e116c1335bde1cff4d59674bfa7a622a 100644 --- a/src/main/java/net/minecraft/world/entity/Entity.java +++ b/src/main/java/net/minecraft/world/entity/Entity.java -@@ -4510,4 +4510,10 @@ public abstract class Entity implements SyncedDataHolder, Nameable, EntityAccess +@@ -4509,4 +4509,10 @@ public abstract class Entity implements SyncedDataHolder, Nameable, EntityAccess void accept(Entity entity, double x, double y, double z); } |