Skip to content

Commit

Permalink
Move world generator warning to CraftBukkit. Fixes BUKKIT-2565
Browse files Browse the repository at this point in the history
  • Loading branch information
ScoreUnder authored and riking committed May 1, 2013
1 parent e9a122b commit 056ce5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/bukkit/plugin/java/JavaPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ public void onDisable() {}
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;
}

Expand Down

0 comments on commit 056ce5b

Please sign in to comment.