mirror of https://github.com/hykilpikonna/AquaDX
[F] Fix reflection
parent
a5fe5f53e2
commit
d3f6b75d34
|
@ -66,9 +66,9 @@ class ChusanServletController(
|
|||
val removeMatchingMember: RemoveMatchingMemberHandler,
|
||||
|
||||
// Luminous
|
||||
val getUserCMissionHandler: GetUserCMissionHandler,
|
||||
val getUserNetBattleRankingInfoHandler: GetUserNetBattleRankingInfoHandler,
|
||||
val getGameMapAreaConditionHandler: GetGameMapAreaConditionHandler
|
||||
val getUserCMission: GetUserCMissionHandler,
|
||||
val getUserNetBattleRankingInfo: GetUserNetBattleRankingInfoHandler,
|
||||
val getGameMapAreaCondition: GetGameMapAreaConditionHandler
|
||||
) {
|
||||
val logger = LoggerFactory.getLogger(ChusanServletController::class.java)
|
||||
|
||||
|
|
|
@ -75,11 +75,7 @@ class Maimai2ServletController(
|
|||
"CMUpsertUserPrintlogApi", "GetUserFavoriteItemApi", "GetUserRivalDataApi", "GetUserRivalMusicApi",
|
||||
"GetUserScoreRankingApi", "UpsertClientBookkeepingApi", "UpsertClientSettingApi",
|
||||
"UpsertClientTestmodeApi", "UpsertClientUploadApi", "Ping", "RemoveTokenApi", "CMLoginApi", "CMLogoutApi",
|
||||
"CMUpsertBuyCardApi",
|
||||
|
||||
// Luminous
|
||||
"GetGameMapAreaConditionApi", "GetUserCMissionApi"
|
||||
).toMutableList()
|
||||
"CMUpsertBuyCardApi").toMutableList()
|
||||
|
||||
val noopEndpoint = endpointList.popAll("GetUserScoreRankingApi", "UpsertClientBookkeepingApi",
|
||||
"UpsertClientSettingApi", "UpsertClientTestmodeApi", "UpsertClientUploadApi", "Ping", "RemoveTokenApi",
|
||||
|
|
Loading…
Reference in New Issue