mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-19 14:59:20 +00:00
Use defaultOptions of ConfigurationOptions as well
This commit is contained in:
@@ -49,7 +49,7 @@ public final class ConfigLoader {
|
||||
try {
|
||||
var loader = YamlConfigurationLoader.builder()
|
||||
.path(dataDirectory.resolve("config.yml"))
|
||||
.defaultOptions(InterfaceDefaultOptions.get())
|
||||
.defaultOptions(InterfaceDefaultOptions::addTo)
|
||||
.build();
|
||||
|
||||
node = loader.load();
|
||||
|
||||
Reference in New Issue
Block a user