mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 11:45:52 -07:00
Implemented new Server methods (getWorld + changes to createWorld)
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user