mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 20:23:53 -07:00
Update and rebuild patches
This commit is contained in:
2
Bukkit
2
Bukkit
Submodule Bukkit updated: 5fa44fc1a1...f714a0eb17
Submodule CraftBukkit updated: b6bb6beb63...935349e3a3
@@ -24,7 +24,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
--- a/src/main/java/net/minecraft/server/World.java
|
--- a/src/main/java/net/minecraft/server/World.java
|
||||||
+++ b/src/main/java/net/minecraft/server/World.java
|
+++ b/src/main/java/net/minecraft/server/World.java
|
||||||
@@ -0,0 +0,0 @@ public abstract class World implements IBlockAccess {
|
@@ -0,0 +0,0 @@ public abstract class World implements IBlockAccess {
|
||||||
this.N.world = (WorldServer) this;
|
});
|
||||||
this.getServer().addWorld(this.world);
|
this.getServer().addWorld(this.world);
|
||||||
// CraftBukkit end
|
// CraftBukkit end
|
||||||
+ this.keepSpawnInMemory = this.paperConfig.keepSpawnInMemory; // Paper
|
+ this.keepSpawnInMemory = this.paperConfig.keepSpawnInMemory; // Paper
|
||||||
|
Reference in New Issue
Block a user