Remove workaround as issue was fixed by spigot

This commit is contained in:
boy0001
2015-03-12 07:36:41 +11:00
parent a32c3067c5
commit 79f97a7309
3 changed files with 3 additions and 5 deletions

View File

@ -198,7 +198,6 @@ 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;
}