enabled logging for config files

This commit is contained in:
Oth3r 2025-05-12 23:10:20 -05:00
commit 4a5df4f253
2 changed files with 2 additions and 2 deletions

View file

@ -221,7 +221,7 @@ public class ServerConfig implements CustomFile<ServerConfig> {
@Override
public FileSettings getFileSettings() {
return new FileSettings();
return new FileSettings(Data.LOGGER);
}
/**