Skip to content

Commit

Permalink
fix: add mising parameter in pair mode matchmaking
Browse files Browse the repository at this point in the history
  • Loading branch information
tvillegas98 committed Nov 8, 2024
1 parent c646b11 commit 7bd02c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/arena/lib/arena/matchmaking/pair_mode.ex
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ defmodule Arena.Matchmaking.PairMode do
GenServer.start(Arena.GameUpdater, %{
clients: clients,
bot_clients: bot_clients,
game_params: game_params
game_params: game_params |> Map.put(:game_mode, :pair_mode)
})

game_id = game_pid |> :erlang.term_to_binary() |> Base58.encode()
Expand Down

0 comments on commit 7bd02c4

Please sign in to comment.