mirror of https://github.com/hykilpikonna/AquaDX
[F] Fix port with aimedb
parent
3d93cc300a
commit
35e7d796ab
|
@ -23,7 +23,7 @@ class AllNetClient(val dns: String, val keychip: String, val game: String, val v
|
||||||
if (keychip.length == 11) keychip
|
if (keychip.length == 11) keychip
|
||||||
else keychip.substring(0, 4) + keychip.substring(5, 12)
|
else keychip.substring(0, 4) + keychip.substring(5, 12)
|
||||||
}
|
}
|
||||||
val aime by lazy { AimeDbClient(game, keychipShort, dns.substringAfter("://")) }
|
val aime by lazy { AimeDbClient(game, keychipShort, dns.substringAfter("://").substringBefore(":").substringBefore("/")) }
|
||||||
|
|
||||||
// Send AllNet PowerOn request to obtain game URL
|
// Send AllNet PowerOn request to obtain game URL
|
||||||
val gameUrl by lazy {
|
val gameUrl by lazy {
|
||||||
|
|
Loading…
Reference in New Issue