mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-21 11:45:16 +01:00
Fixed issues with docker thinking ViaProxy is stopped
This commit is contained in:
parent
f3ce95131c
commit
3a28086c9d
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user