Changed at how the run command starts TUI GUI and the server. This is neccessary so that TUI GUI and server start and the game from the TUI/GUI is registered in the server.
This commit is contained in:
@@ -40,3 +40,7 @@ val versions = mapOf(
|
||||
)
|
||||
extra["VERSIONS"] = versions
|
||||
|
||||
tasks.register("run") {
|
||||
dependsOn(":modules:ui:run")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user