mirror of
https://gitlab.com/2009scape/09launcher.git
synced 2025-12-09 16:45:54 -07:00
Fix default server mode, add incorrect java version warning
This commit is contained in:
parent
c5caec90f3
commit
dfbe3414a1
3 changed files with 106 additions and 2 deletions
|
|
@ -136,7 +136,8 @@ object Json {
|
|||
{
|
||||
"play.2009scape.org" -> 0
|
||||
"test.2009scape.org" -> 1
|
||||
else -> 2
|
||||
"localhost" -> 2
|
||||
else -> 0 //live
|
||||
}
|
||||
} catch (e: Exception) {
|
||||
println("error parsing settings, replacing with defaults...")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue