mirror of https://github.com/hykilpikonna/AquaDX
[F] Fix matching bad for real
parent
99770ccd2f
commit
c308940c4b
|
@ -95,6 +95,7 @@ class ChusanServletController(
|
|||
|
||||
// SDGS Exclusive
|
||||
"GetUserCtoCPlayApi", "GetUserCMissionApi", "GetUserNetBattleRankingInfoApi", "GetGameMapAreaConditionApi")
|
||||
val matchingEndpoints = endpointList.filter { it.startsWith("MatchingServer") }.map { it.split("/").last() }.toSet()
|
||||
|
||||
val noopEndpoint = endpointList.popAll("UpsertClientBookkeepingApi", "UpsertClientDevelopApi", "UpsertClientErrorApi",
|
||||
"UpsertClientSettingApi", "UpsertClientTestmodeApi", "CreateTokenApi", "RemoveTokenApi", "UpsertClientUploadApi",
|
||||
|
|
Loading…
Reference in New Issue