Merge branch 'testserver' into 'master'

use 2009scape test subdomain

See merge request 2009scape/09launcher!2
This commit is contained in:
Ceikry 2022-04-09 05:05:47 +00:00
commit a09ef79e1f

View file

@ -51,7 +51,7 @@ object Json {
val ip = when(SettingsWindow.profileMode.selectedIndex)
{
0 -> "play.2009scape.org"
1 -> "ryannathans.net"
1 -> "test.2009scape.org"
else -> "localhost"
}
@ -120,7 +120,7 @@ object Json {
SettingsWindow.profileMode.selectedIndex = when(data["ip_management"])
{
"play.2009scape.org" -> 0
"ryannathans.net" -> 1
"test.2009scape.org" -> 1
else -> 2
}
} catch (e: Exception) {