mirror of
https://github.com/JonasunderscoreJones/McWebserver.git
synced 2025-10-23 03:19:19 +02:00
Changed mod config detection message
This commit is contained in:
parent
f49b9f38be
commit
c5033ccfc0
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ public class ModConfigs {
|
|||
|
||||
//make verbose logger show that it is active and print configs to logger
|
||||
VerboseLogger.info("Verbose Logger is now logging.");
|
||||
VerboseLogger.info("Loaded config file successfully: found " + config.getConfigsList().size() + " overrides and configurations.");
|
||||
VerboseLogger.info("Loaded McWebserver config file successfully: found " + config.getConfigsList().size() + " overrides and configurations.");
|
||||
}
|
||||
|
||||
private static void createConfigs() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue