mirror of
https://github.com/PretendoNetwork/splatoon.git
synced 2026-08-28 05:44:08 -05:00
fix(secure): ignore first param
This commit is contained in:
@@ -90,7 +90,7 @@ func cleanupMatchmakeSessionSearchCriteriasHandler(searchCriterias *types.List[*
|
||||
func onAfterAutoMatchmakeWithParamPostpone(_ nex.PacketInterface, _ *match_making_types.AutoMatchmakeParam) {
|
||||
globals.MatchmakingManager.Mutex.Lock()
|
||||
|
||||
err := globals.MatchmakingManager.Database.Exec(`UPDATE matchmaking.matchmake_sessions SET open_participation=true WHERE game_mode=12`)
|
||||
_, err := globals.MatchmakingManager.Database.Exec(`UPDATE matchmaking.matchmake_sessions SET open_participation=true WHERE game_mode=12`)
|
||||
if err != nil {
|
||||
globals.Logger.Error(err.Error())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user