mirror of
https://github.com/JonasunderscoreJones/BetterSimpleConfig.git
synced 2025-10-22 20:39:19 +02:00
fixed print to logger
This commit is contained in:
parent
6f8ab6b59f
commit
131384cf5b
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,6 @@ public class ModConfigs {
|
|||
private static void assignConfigs() {
|
||||
EXAMPLE = CONFIG.getOrDefault("example.keypair", 420);
|
||||
|
||||
System.out.println("All " + configs.getConfigsList().size() + " have been set properly");
|
||||
SimpleConfig.LOGGER.info("All " + configs.getConfigsList().size() + " have been set properly");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue