mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-02 10:57:11 +00:00
Schematic, not Schemtic.
Typo fix.
This commit is contained in:
parent
da400ffdeb
commit
36fa04b739
@ -78,7 +78,7 @@ public class SchematicCommands {
|
||||
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