aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/1069-Only-attempt-to-find-spawn-position-if-there-isn-t-a.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/1069-Only-attempt-to-find-spawn-position-if-there-isn-t-a.patch')
-rw-r--r--patches/server/1069-Only-attempt-to-find-spawn-position-if-there-isn-t-a.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/server/1069-Only-attempt-to-find-spawn-position-if-there-isn-t-a.patch b/patches/server/1069-Only-attempt-to-find-spawn-position-if-there-isn-t-a.patch
index 7f878f33b1..e878cdca42 100644
--- a/patches/server/1069-Only-attempt-to-find-spawn-position-if-there-isn-t-a.patch
+++ b/patches/server/1069-Only-attempt-to-find-spawn-position-if-there-isn-t-a.patch
@@ -6,10 +6,10 @@ Subject: [PATCH] Only attempt to find spawn position if there isn't a fixed
diff --git a/src/main/java/net/minecraft/server/MinecraftServer.java b/src/main/java/net/minecraft/server/MinecraftServer.java
-index c352c6717835d92cadc2bd131fba432714fe56e5..40eddfb94d85834b384ae34445c6159f904ae577 100644
+index 3ea668e3b33353d8a6353ebc4f18e7103b573353..ab4f1bd1ebf0af54f3fa88ee9e2007d20445e7e9 100644
--- a/src/main/java/net/minecraft/server/MinecraftServer.java
+++ b/src/main/java/net/minecraft/server/MinecraftServer.java
-@@ -816,7 +816,7 @@ public abstract class MinecraftServer extends ReentrantBlockableEventLoop<TickTa
+@@ -817,7 +817,7 @@ public abstract class MinecraftServer extends ReentrantBlockableEventLoop<TickTa
worldProperties.setSpawn(BlockPos.ZERO.above(80), 0.0F);
} else {
ServerChunkCache chunkproviderserver = world.getChunkSource();
@@ -18,7 +18,7 @@ index c352c6717835d92cadc2bd131fba432714fe56e5..40eddfb94d85834b384ae34445c6159f
// CraftBukkit start
if (world.generator != null) {
Random rand = new Random(world.getSeed());
-@@ -832,6 +832,7 @@ public abstract class MinecraftServer extends ReentrantBlockableEventLoop<TickTa
+@@ -833,6 +833,7 @@ public abstract class MinecraftServer extends ReentrantBlockableEventLoop<TickTa
}
}
// CraftBukkit end