mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-21 04:49:51 +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");
|
||||
|
||||
if (!f.exists()) {
|
||||
player.printError("Schemtic " + fileName + " does not exist!");
|
||||
player.printError("Schematic " + fileName + " does not exist!");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user