mirror of
https://github.com/PretendoNetwork/splatoon.git
synced 2026-04-24 23:07:24 -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:
parent
5438eafc69
commit
d0a447219d
|
|
@ -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(""))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user