mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-02 08:50:26 +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();
|
loaderThread.join();
|
||||||
Logger.LOGGER.info("ViaProxy started successfully!");
|
Logger.LOGGER.info("ViaProxy started successfully!");
|
||||||
startProxy();
|
startProxy();
|
||||||
|
|
||||||
|
while (true) {
|
||||||
|
Thread.sleep(Integer.MAX_VALUE);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void startProxy() {
|
public static void startProxy() {
|
||||||
|
Loading…
Reference in New Issue
Block a user