mirror of
https://github.com/PretendoNetwork/splatoon.git
synced 2026-09-07 19:05:37 -05:00
chore: Explicitly ignore error in criteria cleanup
It's fine we just won't mm into this room
This commit is contained in:
@@ -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(""))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user