Fix schem load

This commit is contained in:
Jesse Boyd
2019-11-01 23:48:52 +01:00
parent 09bb9c18ca
commit c2cb463dae
4 changed files with 11 additions and 5 deletions

View File

@ -591,7 +591,6 @@ public class SchematicCommands {
String filter,
Arguments arguments
) throws WorldEditException {
if (formatName.isEmpty()) formatName = null;
if (oldFirst && newFirst) {
throw new StopExecutionException(TextComponent.of("Cannot sort by oldest and newest."));
}