1
0
Fork 0
kcx-1614
Prototik 2015-10-19 11:23:10 +07:00
parent 7defe0bb29
commit 40ac2b7e23
1 changed files with 1 additions and 1 deletions

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