mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-13 11:41:35 +01:00
Fixed typo in SchemsManager
This commit is contained in:
parent
5ad363ca11
commit
ffe1363c48
@ -64,11 +64,11 @@ public class SchemsManager {
|
||||
}
|
||||
if (plugin.getIWM().isNetherGenerate(world) && plugin.getIWM().isNetherIslands(world)
|
||||
&& !plugin.getSchemsManager().loadSchem(plugin.getIWM().getNetherWorld(world), "nether-island")) {
|
||||
plugin.logError("Could not load nether_island.schem for " + plugin.getIWM().getFriendlyName(world));
|
||||
plugin.logError("Could not load nether-island.schem for " + plugin.getIWM().getFriendlyName(world));
|
||||
}
|
||||
if (plugin.getIWM().isEndGenerate(world) && plugin.getIWM().isEndIslands(world)
|
||||
&& !plugin.getSchemsManager().loadSchem(plugin.getIWM().getEndWorld(world), "end-island")) {
|
||||
plugin.logError("Could not load end_island.schem for " + plugin.getIWM().getFriendlyName(world));
|
||||
plugin.logError("Could not load end-island.schem for " + plugin.getIWM().getFriendlyName(world));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user