Bring back block style config
This commit is contained in:
parent
ce071841a2
commit
5b68a0cbb7
|
|
@ -35,7 +35,7 @@ public final class Config {
|
|||
CONFIG_FILE = new File(CONFIGPATH, "config.yml");
|
||||
configLoader = YamlConfigurationLoader.builder()
|
||||
.file(CONFIG_FILE)
|
||||
.nodeStyle(NodeStyle.FLOW)
|
||||
.nodeStyle(NodeStyle.BLOCK)
|
||||
.build();
|
||||
if (!CONFIG_FILE.getParentFile().exists()) {
|
||||
if(!CONFIG_FILE.getParentFile().mkdirs()) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user