diff options
author | Jake Potrebic <[email protected]> | 2021-04-11 01:49:43 -0700 |
---|---|---|
committer | Mariell Hoversholm <[email protected]> | 2021-04-11 11:16:40 +0200 |
commit | a981965852efdd17a4b8ad71ef57673b43c92c23 (patch) | |
tree | 27b53368c542e281b44d4963b8d94589ebc13bf2 /Spigot-Server-Patches/0353-Configurable-Keep-Spawn-Loaded-range-per-world.patch | |
parent | de138fac4e1a17f2c851eb470e9832b4fbe789d6 (diff) | |
download | Paper-a981965852efdd17a4b8ad71ef57673b43c92c23.tar.gz Paper-a981965852efdd17a4b8ad71ef57673b43c92c23.zip |
Updated Upstream (Bukkit/CraftBukkit)
Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing
Bukkit Changes:
b302317a SPIGOT-5877: Add scaffolding for custom dimensions and biomes
ccccb625 SPIGOT-6417: Add Creeper fuse ticks API
CraftBukkit Changes:
0e26ddb6 SPIGOT-5877: Add scaffolding for custom dimensions and biomes
170d6feb SPIGOT-6417: Add Creeper fuse ticks API
Diffstat (limited to 'Spigot-Server-Patches/0353-Configurable-Keep-Spawn-Loaded-range-per-world.patch')
-rw-r--r-- | Spigot-Server-Patches/0353-Configurable-Keep-Spawn-Loaded-range-per-world.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Spigot-Server-Patches/0353-Configurable-Keep-Spawn-Loaded-range-per-world.patch b/Spigot-Server-Patches/0353-Configurable-Keep-Spawn-Loaded-range-per-world.patch index f7756392ca..0bfa9744cc 100644 --- a/Spigot-Server-Patches/0353-Configurable-Keep-Spawn-Loaded-range-per-world.patch +++ b/Spigot-Server-Patches/0353-Configurable-Keep-Spawn-Loaded-range-per-world.patch @@ -221,10 +221,10 @@ index 872d00de41533ab7f4b43874de6c1747022e2ac5..ca81664d884e80e5cb1eb376a2c2ef1e @Override public void a(ChunkCoordIntPair chunkcoordintpair) { diff --git a/src/main/java/org/bukkit/craftbukkit/CraftWorld.java b/src/main/java/org/bukkit/craftbukkit/CraftWorld.java -index d17d77dd9e059bafc3b59ac12f601f9d54226829..c19ac8c28a799bebf68f098171cefd0fc3ec3f0b 100644 +index ef012b51bc4555ab38ad06de694d8f7c946e911a..fc339e1f15b75736af70a02591c7be8b9b39423b 100644 --- a/src/main/java/org/bukkit/craftbukkit/CraftWorld.java +++ b/src/main/java/org/bukkit/craftbukkit/CraftWorld.java -@@ -1978,15 +1978,21 @@ public class CraftWorld implements World { +@@ -1979,15 +1979,21 @@ public class CraftWorld implements World { @Override public void setKeepSpawnInMemory(boolean keepLoaded) { |