diff options
Diffstat (limited to 'patches/server/0207-Implement-World.getEntity-UUID-API.patch')
-rw-r--r-- | patches/server/0207-Implement-World.getEntity-UUID-API.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0207-Implement-World.getEntity-UUID-API.patch b/patches/server/0207-Implement-World.getEntity-UUID-API.patch index 9f5b8131e3..20b2476bf6 100644 --- a/patches/server/0207-Implement-World.getEntity-UUID-API.patch +++ b/patches/server/0207-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 b5bf92b668be5bdbd6af722929aee28eb1bf5ffa..3fe84fa65961dff58a416f7262c8b8ce218a3b49 100644 +index afdba543388f5f2e194add0e988f8515db24f76e..3d189fd1a1ac17f1dee4af631f8ed59387c977d4 100644 --- a/src/main/java/org/bukkit/craftbukkit/CraftWorld.java +++ b/src/main/java/org/bukkit/craftbukkit/CraftWorld.java -@@ -1071,6 +1071,15 @@ public class CraftWorld extends CraftRegionAccessor implements World { +@@ -1091,6 +1091,15 @@ public class CraftWorld extends CraftRegionAccessor implements World { return list; } |