Implemented new Server methods (getWorld + changes to createWorld)

This commit is contained in:
Dinnerbone
2011-02-08 12:03:36 +00:00
parent 50e42496e3
commit 6751433a8e
3 changed files with 23 additions and 9 deletions

View File

@@ -136,6 +136,8 @@ public class World implements IBlockAccess {
flag = true;
}
// Craftbukkit start
this.q = (WorldProvider) object;
this.q.a(this);
this.G = this.a(this.t);