Skip to content

Commit

Permalink
Update lobby_client.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Ughuuu committed Dec 9, 2024
1 parent 6957e9d commit 353ac94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/blazium_sdk/lobby/lobby_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ bool LobbyClient::connect_to_lobby() {
String lobby_url = get_server_url();
String url = lobby_url;
PackedStringArray protocols;
protocols.push_back("blazium");
protocols.push_back(game_id);
if (reconnection_token != "") {
protocols.push_back(reconnection_token);
Expand Down

0 comments on commit 353ac94

Please sign in to comment.