mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-09 13:47:26 +08:00
[-] Remove unnecessary assignment
This commit is contained in:
@@ -96,7 +96,6 @@ val chusanInit: ChusanController.() -> Unit = {
|
|||||||
"GetUserItem".pagedWithKind("userItemList") {
|
"GetUserItem".pagedWithKind("userItemList") {
|
||||||
val rawIndex = data["nextIndex"]!!.long
|
val rawIndex = data["nextIndex"]!!.long
|
||||||
val kind = parsing { (rawIndex / 10000000000L).int }
|
val kind = parsing { (rawIndex / 10000000000L).int }
|
||||||
data["kind"] = kind
|
|
||||||
data["nextIndex"] = rawIndex % 10000000000L
|
data["nextIndex"] = rawIndex % 10000000000L
|
||||||
mapOf("itemKind" to kind) to {
|
mapOf("itemKind" to kind) to {
|
||||||
// TODO: All unlock
|
// TODO: All unlock
|
||||||
@@ -195,7 +194,7 @@ val chusanInit: ChusanController.() -> Unit = {
|
|||||||
|
|
||||||
mapOf(
|
mapOf(
|
||||||
"gameSetting" to mapOf(
|
"gameSetting" to mapOf(
|
||||||
"romVersion" to "$version.00", // Chusan checks these two versions to determine if it can enable game modes
|
"romVersion" to "$version.00",
|
||||||
"dataVersion" to versionHelper[data["clientId"].toString()],
|
"dataVersion" to versionHelper[data["clientId"].toString()],
|
||||||
"isMaintenance" to false,
|
"isMaintenance" to false,
|
||||||
"requestInterval" to 0,
|
"requestInterval" to 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user