mirror of
https://github.com/hykilpikonna/AquaDX.git
synced 2026-06-01 21:33:39 -05:00
[F] Fix port with aimedb
This commit is contained in:
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
|
||||
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
|
||||
val gameUrl by lazy {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user