mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-01-12 12:25:03 +08:00
Schematic, not Schemtic.
Typo fix.
This commit is contained in:
parent
da400ffdeb
commit
36fa04b739
@ -78,7 +78,7 @@ public void load(CommandContext args, LocalSession session, LocalPlayer player,
|
|||||||
File f = we.getSafeOpenFile(player, dir, fileName, "schematic", "schematic");
|
File f = we.getSafeOpenFile(player, dir, fileName, "schematic", "schematic");
|
||||||
|
|
||||||
if (!f.exists()) {
|
if (!f.exists()) {
|
||||||
player.printError("Schemtic " + fileName + " does not exist!");
|
player.printError("Schematic " + fileName + " does not exist!");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user