Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-05 11:00:05 +01:00
Schematic, not Schemtic.
Typo fix.
Dieser Commit ist enthalten in:
Ursprung
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;
|
||||
}
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren