mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2025-01-09 19:48:37 +01:00
hacky quick fix #154
This commit is contained in:
parent
49ee04261b
commit
52392d6ed9
@ -108,7 +108,7 @@ fun main(args: Array<String>) {
|
|||||||
initFuture.complete(Unit)
|
initFuture.complete(Unit)
|
||||||
addShutdownHook()
|
addShutdownHook()
|
||||||
|
|
||||||
VIAaaSConsole.start()
|
Thread { VIAaaSConsole.start() }.start()
|
||||||
|
|
||||||
serverFinishing.join()
|
serverFinishing.join()
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
|
Loading…
Reference in New Issue
Block a user