mirror of
https://github.com/PretendoNetwork/splatoon.git
synced 2026-08-02 08:12:27 -05:00
fix(secure): remove old index ignore
This commit is contained in:
parent
6a1b0bd44d
commit
1692ea3ad5
|
|
@ -118,11 +118,6 @@ func gameSpecificMatchmakeSessionSearchCriteriaChecksHandler(searchCriteria *mat
|
|||
return true
|
||||
}
|
||||
|
||||
func cleanupMatchmakeSessionSearchCriteriasHandler(searchCriterias *types.List[*matchmakingtypes.MatchmakeSessionSearchCriteria]) {
|
||||
searchCriterias.DeleteIndex(1);
|
||||
searchCriterias.DeleteIndex(4);
|
||||
}
|
||||
|
||||
func onAfterAutoMatchmakeWithParamPostpone(_ nex.PacketInterface, _ *matchmakingtypes.AutoMatchmakeParam) {
|
||||
// * This is ugly but I can't work out a better way to do this
|
||||
// * Set Splatfest rooms to open participation
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user