mirror of
https://gitlab.com/2009scape/09launcher.git
synced 2025-12-09 16:45:54 -07:00
Merge branch 'testserver' into 'master'
use 2009scape test subdomain See merge request 2009scape/09launcher!2
This commit is contained in:
commit
a09ef79e1f
1 changed files with 2 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ object Json {
|
||||||
val ip = when(SettingsWindow.profileMode.selectedIndex)
|
val ip = when(SettingsWindow.profileMode.selectedIndex)
|
||||||
{
|
{
|
||||||
0 -> "play.2009scape.org"
|
0 -> "play.2009scape.org"
|
||||||
1 -> "ryannathans.net"
|
1 -> "test.2009scape.org"
|
||||||
else -> "localhost"
|
else -> "localhost"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -120,7 +120,7 @@ object Json {
|
||||||
SettingsWindow.profileMode.selectedIndex = when(data["ip_management"])
|
SettingsWindow.profileMode.selectedIndex = when(data["ip_management"])
|
||||||
{
|
{
|
||||||
"play.2009scape.org" -> 0
|
"play.2009scape.org" -> 0
|
||||||
"ryannathans.net" -> 1
|
"test.2009scape.org" -> 1
|
||||||
else -> 2
|
else -> 2
|
||||||
}
|
}
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue