Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-19 17:30:08 +01:00
chore: undo format check on load
Dieser Commit ist enthalten in:
Ursprung
b1e791a81a
Commit
5aae0c8494
@ -396,7 +396,7 @@ public class SchematicCommands {
|
|||||||
.isInSubDirectory(saveDir, file)) + ")"));
|
.isInSubDirectory(saveDir, file)) + ")"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (format == null || !format.isFormat(file)) {
|
if (format == null) {
|
||||||
format = ClipboardFormats.findByFile(file);
|
format = ClipboardFormats.findByFile(file);
|
||||||
if (format == null) {
|
if (format == null) {
|
||||||
actor.print(Caption.of("worldedit.schematic.unknown-format", TextComponent.of(formatName)));
|
actor.print(Caption.of("worldedit.schematic.unknown-format", TextComponent.of(formatName)));
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren