Disabled webserver disabler sysem through config

This commit is contained in:
Jonas_Jones 2022-07-25 02:09:39 +02:00
parent 7fc85f35b1
commit 0b61efa72f
24 changed files with 10 additions and 2 deletions

View file

@ -24,7 +24,7 @@ public class McWebserver implements ModInitializer {
LOGGER.info("McWebserver initialized!");
if (ModConfigs.ISENABLED) {
if (true) {
LOGGER.info("Starting Webserver...");
new Thread(() -> {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 453 B

After

Width:  |  Height:  |  Size: 401 B

Before After
Before After