2.8.7: Plot home sorting, critical world init fix, piston fix

This commit is contained in:
boy0001
2015-03-11 19:47:22 +11:00
parent e6fc6e070e
commit 0c3b084f73
11 changed files with 67 additions and 53 deletions

View File

@ -198,6 +198,7 @@ public class BukkitMain extends JavaPlugin implements Listener, IPlotMain {
@Override
final public ChunkGenerator getDefaultWorldGenerator(final String world, final String id) {
PlotSquared.GEN_WORLD = world;
if (!PlotSquared.setupPlotWorld(world, id)) {
return null;
}