some file defaults

This commit is contained in:
Oth3r 2024-08-07 12:45:53 -05:00
commit ea12d8eba1
3 changed files with 24 additions and 4 deletions

View file

@ -27,7 +27,7 @@ public class ServerConfig {
@SerializedName("custom-enabled")
private Boolean customEnabled = false;
@SerializedName("custom-blocks")
private ArrayList<CustomBlock> customBlocks = new ArrayList<>();
private ArrayList<CustomBlock> customBlocks = FileData.Defaults.CUSTOM_BLOCKS;
@SerializedName("blacklisted-blocks")
private ArrayList<String> blacklistedBlocks = new ArrayList<>();