mirror of
https://github.com/PretendoNetwork/splatoon.git
synced 2026-08-26 12:56:18 -05:00
fix(secure): forgot to change the import name
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user