aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-Server-Patches/0244-Implement-World.getEntity-UUID-API.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Spigot-Server-Patches/0244-Implement-World.getEntity-UUID-API.patch')
-rw-r--r--Spigot-Server-Patches/0244-Implement-World.getEntity-UUID-API.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/Spigot-Server-Patches/0244-Implement-World.getEntity-UUID-API.patch b/Spigot-Server-Patches/0244-Implement-World.getEntity-UUID-API.patch
index 5bca84b99d..93f9361f96 100644
--- a/Spigot-Server-Patches/0244-Implement-World.getEntity-UUID-API.patch
+++ b/Spigot-Server-Patches/0244-Implement-World.getEntity-UUID-API.patch
@@ -1,14 +1,14 @@
-From ef5ce2cb4f6018432b53a8520088165d6c002570 Mon Sep 17 00:00:00 2001
+From 045ec7846dc1a311822fa3e963365fc2f41d070e Mon Sep 17 00:00:00 2001
From: Brokkonaut <[email protected]>
Date: Tue, 3 Jul 2018 16:08:14 +0200
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 21baee319..2d1c2049b 100644
+index 5db2a4cca2..67137d69c1 100644
--- a/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
+++ b/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
-@@ -1210,6 +1210,15 @@ public class CraftWorld implements World {
+@@ -1229,6 +1229,15 @@ public class CraftWorld implements World {
return list;
}
@@ -25,5 +25,5 @@ index 21baee319..2d1c2049b 100644
public void save() {
org.spigotmc.AsyncCatcher.catchOp("world save"); // Spigot
--
-2.22.1
+2.23.0