chore: Explicitly ignore error in criteria cleanup

It's fine we just won't mm into this room
This commit is contained in:
Ash Logan 2024-11-07 21:57:30 +11:00
parent 5438eafc69
commit d0a447219d

View File

@ -50,7 +50,7 @@ func stubGetPlayingSession(err error, packet nex.PacketInterface, callID uint32,
func cleanupMatchmakeSessionSearchCriteriasHandler(searchCriterias *types.List[*match_making_types.MatchmakeSessionSearchCriteria]) {
for _, searchCriteria := range searchCriterias.Slice() {
searchCriteria.Attribs.SetIndex(4, types.NewString(""))
_ = searchCriteria.Attribs.SetIndex(4, types.NewString(""))
}
}