When custom files are found, use the base files for default values.

This commit is contained in:
Matthew Miller
2019-11-16 22:37:14 +10:00
parent 87fb9f6d0e
commit 9a01bf9ab2
4 changed files with 21 additions and 11 deletions

View File

@ -106,7 +106,7 @@ public class BiomeCommands {
})
.collect(Collectors.toList()));
return paginationBox.create(page);
}, null);
}, (Component) null);
}
@Command(