Oops! This matters.

This commit is contained in:
Dinnerbone
2011-02-08 12:48:29 +00:00
parent 6751433a8e
commit bcf9b5ca19
2 changed files with 1 additions and 3 deletions

View File

@@ -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);
}