mirror of
https://github.com/ProjectSWGCore/launcher.git
synced 2026-01-16 23:04:25 -05:00
Now set host parameter of websocket connection--supporting TC connections
This commit is contained in:
@@ -33,7 +33,7 @@ subprojects {
|
||||
}
|
||||
|
||||
group = "com.projectswg.launcher"
|
||||
version = "2.1.0"
|
||||
version = "2.1.1"
|
||||
|
||||
application {
|
||||
mainModule.set("com.projectswg.launcher")
|
||||
|
||||
Submodule forwarder updated: f892d4beea...f529151697
@@ -44,7 +44,7 @@ enum class LauncherData {
|
||||
get() = FX.application
|
||||
|
||||
companion object {
|
||||
const val VERSION = "2.1.0"
|
||||
const val VERSION = "2.1.1"
|
||||
|
||||
fun getApplicationDataDirectory(): File {
|
||||
return when (getOS()) {
|
||||
|
||||
Reference in New Issue
Block a user