mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
Oops! This matters.
This commit is contained in:
parent
6751433a8e
commit
bcf9b5ca19
2 changed files with 1 additions and 3 deletions
|
@ -136,8 +136,6 @@ public class World implements IBlockAccess {
|
|||
flag = true;
|
||||
}
|
||||
|
||||
// Craftbukkit start
|
||||
|
||||
this.q = (WorldProvider) object;
|
||||
this.q.a(this);
|
||||
this.G = this.a(this.t);
|
||||
|
|
|
@ -25,8 +25,8 @@ public class WorldServer extends World implements BlockChangeDelegate {
|
|||
this.D = minecraftserver;
|
||||
|
||||
// CraftBukkit start
|
||||
this.world = new CraftWorld(this);
|
||||
this.server = minecraftserver.server;
|
||||
this.world = new CraftWorld(this);
|
||||
this.manager = new PlayerManager(minecraftserver, this);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue