aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0672-Put-world-into-worldlist-before-initing-the-world.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0672-Put-world-into-worldlist-before-initing-the-world.patch')
-rw-r--r--patches/server/0672-Put-world-into-worldlist-before-initing-the-world.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0672-Put-world-into-worldlist-before-initing-the-world.patch b/patches/server/0672-Put-world-into-worldlist-before-initing-the-world.patch
index 8fa6264db1..cdc11f8b98 100644
--- a/patches/server/0672-Put-world-into-worldlist-before-initing-the-world.patch
+++ b/patches/server/0672-Put-world-into-worldlist-before-initing-the-world.patch
@@ -23,10 +23,10 @@ index aa1fbbe55e3dc8fd6bbf021806c66686f8de3d9a..04286e907ff14cc8c45dbfc6ab12f520
if (worlddata.getCustomBossEvents() != null) {
diff --git a/src/main/java/org/bukkit/craftbukkit/CraftServer.java b/src/main/java/org/bukkit/craftbukkit/CraftServer.java
-index bce783d63dc5d1ed9cda135b22bb78aa1be3ea17..dace717d426c1af257ea2f7728d5e5b7850ba568 100644
+index 64e5cbb77db1f510647dc6cf83bac9e641e6f8cf..9a0283d028f1e7035c3954449defe80ff62f6e9a 100644
--- a/src/main/java/org/bukkit/craftbukkit/CraftServer.java
+++ b/src/main/java/org/bukkit/craftbukkit/CraftServer.java
-@@ -1323,10 +1323,11 @@ public final class CraftServer implements Server {
+@@ -1331,10 +1331,11 @@ public final class CraftServer implements Server {
return null;
}