mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-19 16:03:22 +02:00
enabled logging for config files
This commit is contained in:
parent
a39d4cf12f
commit
4a5df4f253
2 changed files with 2 additions and 2 deletions
|
@ -221,7 +221,7 @@ public class ServerConfig implements CustomFile<ServerConfig> {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public FileSettings getFileSettings() {
|
public FileSettings getFileSettings() {
|
||||||
return new FileSettings();
|
return new FileSettings(Data.LOGGER);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -73,7 +73,7 @@ public class SittingConfig implements CustomFile<SittingConfig> {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public FileSettings getFileSettings() {
|
public FileSettings getFileSettings() {
|
||||||
return new FileSettings();
|
return new FileSettings(Data.LOGGER);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue