Made the "tried to paste schem" error less confusing

This commit is contained in:
Florian CUNY 2018-12-09 21:37:56 +01:00
parent 58ded638f2
commit 83b5eb546f

View File

@ -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.");
}
}