3
0
This commit is contained in:
Prototik 2015-10-19 11:23:10 +07:00
parent 7defe0bb29
commit 40ac2b7e23

View File

@ -472,7 +472,7 @@
this.calculateInitialSkylight();
this.calculateInitialWeather();
+ this.getServer().addWorld(this.world); // CraftBukkit
+ if (getServer() != null) getServer().addWorld(world); // CraftBukkit
}
+ // Cauldron end