mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 04:05:50 -07:00
Oops! This matters.
This commit is contained in:
@@ -136,8 +136,6 @@ public class World implements IBlockAccess {
|
|||||||
flag = true;
|
flag = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Craftbukkit start
|
|
||||||
|
|
||||||
this.q = (WorldProvider) object;
|
this.q = (WorldProvider) object;
|
||||||
this.q.a(this);
|
this.q.a(this);
|
||||||
this.G = this.a(this.t);
|
this.G = this.a(this.t);
|
||||||
|
@@ -25,8 +25,8 @@ public class WorldServer extends World implements BlockChangeDelegate {
|
|||||||
this.D = minecraftserver;
|
this.D = minecraftserver;
|
||||||
|
|
||||||
// CraftBukkit start
|
// CraftBukkit start
|
||||||
this.world = new CraftWorld(this);
|
|
||||||
this.server = minecraftserver.server;
|
this.server = minecraftserver.server;
|
||||||
|
this.world = new CraftWorld(this);
|
||||||
this.manager = new PlayerManager(minecraftserver, this);
|
this.manager = new PlayerManager(minecraftserver, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user