mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2024-11-15 10:55:27 +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)
|
||||
addShutdownHook()
|
||||
|
||||
VIAaaSConsole.start()
|
||||
Thread { VIAaaSConsole.start() }.start()
|
||||
|
||||
serverFinishing.join()
|
||||
} catch (e: Exception) {
|
||||
|
Loading…
Reference in New Issue
Block a user