mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 19:55:52 -07:00
Possibly fixed block/chunk leaking
This commit is contained in:
@@ -22,6 +22,7 @@ public class WorldServer extends World implements BlockChangeDelegate {
|
||||
public boolean C;
|
||||
private MinecraftServer D;
|
||||
private EntityList E = new EntityList();
|
||||
public PlayerManager manager; // Craftbukkit
|
||||
|
||||
public WorldServer(MinecraftServer minecraftserver, File file1, String s, int i) {
|
||||
super(file1, s, (new Random()).nextLong(), WorldProvider.a(i));
|
||||
@@ -30,6 +31,7 @@ public class WorldServer extends World implements BlockChangeDelegate {
|
||||
// CraftBukkit start
|
||||
world = new CraftWorld(this);
|
||||
server = minecraftserver.server;
|
||||
manager = new PlayerManager(minecraftserver, this);
|
||||
}
|
||||
|
||||
private final CraftWorld world;
|
||||
|
Reference in New Issue
Block a user