diff options
author | Nassim Jahnke <[email protected]> | 2024-01-24 13:07:40 +0100 |
---|---|---|
committer | Nassim Jahnke <[email protected]> | 2024-01-24 13:42:24 +0100 |
commit | ad2cf68a7fb98f1ecdb766cc5a69ab86953a21f3 (patch) | |
tree | d3dd57ebed22efd67c5917db75258a201265a64a /patches/server/0025-Allow-for-toggling-of-spawn-chunks.patch | |
parent | 51bef80755a18eb3fa58ba42b1926174d5e7a76d (diff) | |
download | Paper-ad2cf68a7fb98f1ecdb766cc5a69ab86953a21f3.tar.gz Paper-ad2cf68a7fb98f1ecdb766cc5a69ab86953a21f3.zip |
[ci skip] Move chunk system patch back a bit
Diffstat (limited to 'patches/server/0025-Allow-for-toggling-of-spawn-chunks.patch')
-rw-r--r-- | patches/server/0025-Allow-for-toggling-of-spawn-chunks.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0025-Allow-for-toggling-of-spawn-chunks.patch b/patches/server/0025-Allow-for-toggling-of-spawn-chunks.patch index e18525c452..84bcfe5318 100644 --- a/patches/server/0025-Allow-for-toggling-of-spawn-chunks.patch +++ b/patches/server/0025-Allow-for-toggling-of-spawn-chunks.patch @@ -5,7 +5,7 @@ Subject: [PATCH] Allow for toggling of spawn chunks diff --git a/src/main/java/net/minecraft/world/level/Level.java b/src/main/java/net/minecraft/world/level/Level.java -index d3a7de8d3fd92d36d3df257cae5686fc7f61d3c3..0d3ce1ad077128585bb8960d2d6d38b567bbe5d3 100644 +index aa22d4024cdd0ecb1c0442ecdeae00822597362e..9cfc60863caeaa1fd0df153889cadd88fef9e111 100644 --- a/src/main/java/net/minecraft/world/level/Level.java +++ b/src/main/java/net/minecraft/world/level/Level.java @@ -264,6 +264,7 @@ public abstract class Level implements LevelAccessor, AutoCloseable { |