mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-23 16:56:31 +01:00
Move world generator warning to CraftBukkit. Fixes BUKKIT-2565
By: Score_Under <seejay.11@gmail.com>
This commit is contained in:
parent
6e6d89f62a
commit
ebc98f04ed
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue