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