mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-10 07:57:28 +08:00
[F] Fix port with aimedb
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user