mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-03-02 11:12:28 +01:00
Made the "tried to paste schem" error less confusing
This commit is contained in:
parent
58ded638f2
commit
83b5eb546f
@ -99,7 +99,8 @@ public class SchemsManager {
|
||||
if (islandSchems.containsKey(world)) {
|
||||
islandSchems.get(world).pasteIsland(world, island, task);
|
||||
} else {
|
||||
plugin.logError("Tried to paste schem for " + world.getName() + " but it is not loaded!");
|
||||
plugin.logError("Tried to paste schem for " + world.getName() + " but the schem is not loaded!");
|
||||
plugin.log("This might be due to an invalid schem format. Keep in mind that schems are not schematics.");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user