Fix default server mode, add incorrect java version warning

This commit is contained in:
ceikry 2022-04-15 17:40:13 -05:00
parent c5caec90f3
commit dfbe3414a1
3 changed files with 106 additions and 2 deletions

View file

@ -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...")