mirror of
https://github.com/PretendoNetwork/splatoon.git
synced 2026-03-21 17:45:08 -05:00
fix(secure): remove unused var
This commit is contained in:
parent
448083df85
commit
24fa36dafb
|
|
@ -89,7 +89,7 @@ func compareSearchCriteria[T ~uint16 | ~uint32](original T, search string) bool
|
|||
func cleanupMatchmakeSessionSearchCriteriasHandler(searchCriterias *types.List[*matchmakingtypes.MatchmakeSessionSearchCriteria]) {
|
||||
search := searchCriterias.Slice();
|
||||
|
||||
for i, searchCriteriasElem := range search {
|
||||
for searchCriteriasElem := range search {
|
||||
searchCriteriasElem.Attribs.DeleteIndex(1);
|
||||
searchCriteriasElem.Attribs.DeleteIndex(4);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user