Skip to content

Commit

Permalink
Fix matchmaking bug - placing people on wrong game type
Browse files Browse the repository at this point in the history
  • Loading branch information
codergautam committed Dec 24, 2024
1 parent 961fb7c commit 89b1fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ws/ws.js
Original file line number Diff line number Diff line change
Expand Up @@ -1304,7 +1304,7 @@ try {
if (player.gameId) {
continue;
}
if(player.duel) {
if(playerData[1].duel) {
continue;
}
if (playersCanJoin < 1) {
Expand Down

0 comments on commit 89b1fd4

Please sign in to comment.