Skip to content

Commit

Permalink
Update lobby_client.cpp (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ughuuu authored Dec 13, 2024
1 parent bd2eea4 commit b7d067c
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 @@ -649,6 +649,7 @@ void LobbyClient::_clear_lobby() {
host_data = Dictionary();
peer_data = Dictionary();
peer->set_data(Dictionary());
peer->set_ready(false);
}

void LobbyClient::_receive_data(const Dictionary &p_dict) {
Expand Down

0 comments on commit b7d067c

Please sign in to comment.