Move world generator warning to CraftBukkit. Fixes BUKKIT-2565
This commit is contained in:
parent
1e23b6b266
commit
2803fae3de
@ -334,7 +334,6 @@ public abstract class JavaPlugin extends PluginBase {
|
||||
public void onEnable() {}
|
||||
|
||||
public ChunkGenerator getDefaultWorldGenerator(String worldName, String id) {
|
||||
getServer().getLogger().severe("Plugin " + description.getFullName() + " does not contain any generators that may be used in the default world!");
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user