Restart server on general settings change (#1137)

This commit is contained in:
Matt
2024-01-08 13:02:31 -05:00
committed by GitHub
parent 02df8aa925
commit 6444ae884d
5 changed files with 63 additions and 6 deletions

View File

@@ -385,6 +385,6 @@ public class Main {
logger.info("Starting server...");
HardwareManager.getInstance().setRunning(true);
Server.start(DEFAULT_WEBPORT);
Server.initialize(DEFAULT_WEBPORT);
}
}