mirror of
https://github.com/JonasunderscoreJones/McWebserver.git
synced 2025-10-23 19:39:19 +02:00
Disabled webserver disabler sysem through config
This commit is contained in:
parent
7fc85f35b1
commit
0b61efa72f
24 changed files with 10 additions and 2 deletions
|
@ -24,7 +24,7 @@ public class McWebserver implements ModInitializer {
|
|||
|
||||
LOGGER.info("McWebserver initialized!");
|
||||
|
||||
if (ModConfigs.ISENABLED) {
|
||||
if (true) {
|
||||
LOGGER.info("Starting Webserver...");
|
||||
|
||||
new Thread(() -> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue