diff options
Diffstat (limited to 'patches/server/0205-Implement-World.getEntity-UUID-API.patch')
-rw-r--r-- | patches/server/0205-Implement-World.getEntity-UUID-API.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0205-Implement-World.getEntity-UUID-API.patch b/patches/server/0205-Implement-World.getEntity-UUID-API.patch index ad1944ffb4..3e3ff89c36 100644 --- a/patches/server/0205-Implement-World.getEntity-UUID-API.patch +++ b/patches/server/0205-Implement-World.getEntity-UUID-API.patch @@ -5,10 +5,10 @@ Subject: [PATCH] Implement World.getEntity(UUID) API diff --git a/src/main/java/org/bukkit/craftbukkit/CraftWorld.java b/src/main/java/org/bukkit/craftbukkit/CraftWorld.java -index 195e698eadc7ce916b4bcfe04849501ee4a39aad..5cc7cb42bd6c456ca0f3d62666083c9fd0516ffa 100644 +index ec32a4c6d55784c27390ccdf3f90362eacd15eb2..4ca004c9f94fdcfa56a3c151a45a534271b20909 100644 --- a/src/main/java/org/bukkit/craftbukkit/CraftWorld.java +++ b/src/main/java/org/bukkit/craftbukkit/CraftWorld.java -@@ -1129,6 +1129,15 @@ public class CraftWorld extends CraftRegionAccessor implements World { +@@ -1130,6 +1130,15 @@ public class CraftWorld extends CraftRegionAccessor implements World { return list; } |