Fixed issues with docker thinking ViaProxy is stopped

This commit is contained in:
RaphiMC 2023-03-01 16:52:19 +01:00
parent f3ce95131c
commit 3a28086c9d

View File

@ -134,6 +134,10 @@ public class ViaProxy {
loaderThread.join();
Logger.LOGGER.info("ViaProxy started successfully!");
startProxy();
while (true) {
Thread.sleep(Integer.MAX_VALUE);
}
}
public static void startProxy() {