From 366de5a4f9198da368e95e32652d7997535f3f58 Mon Sep 17 00:00:00 2001 From: Andrea Toska Date: Mon, 30 Sep 2024 13:21:39 +0200 Subject: [PATCH] fix(secure): forgot to change the import name --- nex/register_common_secure_server_protocols.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nex/register_common_secure_server_protocols.go b/nex/register_common_secure_server_protocols.go index 057773f..82042a7 100644 --- a/nex/register_common_secure_server_protocols.go +++ b/nex/register_common_secure_server_protocols.go @@ -86,7 +86,7 @@ func compareSearchCriteria[T ~uint16 | ~uint32](original T, search string) bool } } -func cleanupMatchmakeSessionSearchCriteriasHandler(searchCriterias *types.List[*match_making_types.MatchmakeSessionSearchCriteria]) { +func cleanupMatchmakeSessionSearchCriteriasHandler(searchCriterias *types.List[*matchmakingtypes.MatchmakeSessionSearchCriteria]) { search := searchCriterias.Slice(); for i, searchCriteriasElem := range search {