Skip to content

Commit

Permalink
fix(matchmake-extension): Remove extra open participation check
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniElectra committed Sep 1, 2024
1 parent 0290f5c commit 80765de
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ func FindMatchmakeSessionBySearchCriteria(manager *common_globals.MatchmakingMan
WHERE
g.registered=true AND
g.type='MatchmakeSession' AND
ms.open_participation=true AND
ms.refer_gid=$1 AND
ms.codeword=$2 AND
array_length(ms.attribs, 1)=$3 AND
Expand Down

0 comments on commit 80765de

Please sign in to comment.