mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-19 16:03:22 +02:00
some file defaults
This commit is contained in:
parent
3eb16e58de
commit
ea12d8eba1
3 changed files with 24 additions and 4 deletions
|
@ -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<>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue