From 1692ea3ad535816a4e3ef622160a8d2ff403efa9 Mon Sep 17 00:00:00 2001 From: Andrea Toska Date: Mon, 30 Sep 2024 13:28:32 +0200 Subject: [PATCH] fix(secure): remove old index ignore --- nex/register_common_secure_server_protocols.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nex/register_common_secure_server_protocols.go b/nex/register_common_secure_server_protocols.go index 8bb58fb..20aab12 100644 --- a/nex/register_common_secure_server_protocols.go +++ b/nex/register_common_secure_server_protocols.go @@ -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