3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-09-18 22:10:03 +02:00

Schematic, not Schemtic.

Typo fix.
Dieser Commit ist enthalten in:
adamjones57 2012-11-16 01:40:19 -08:00
Ursprung da400ffdeb
Commit 36fa04b739

Datei anzeigen

@ -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;
}