mirror of
https://github.com/JonasunderscoreJones/McWebserver.git
synced 2025-10-23 11:29:19 +02:00
added log message when only advanced api disabled
This commit is contained in:
parent
10c3aa2048
commit
eae9fd728b
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ public class McWebserver implements ModInitializer {
|
|||
//start collecting advanced api info
|
||||
ApiHandler.startAdvHandler();
|
||||
LOGGER.info("Advanced Server API enabled!");
|
||||
} else {
|
||||
LOGGER.info("Advanced Server API disabled in the config file.");
|
||||
}
|
||||
} else {
|
||||
LOGGER.info("Server API disabled in the config file.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue