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 13, 2024
1 parent bd2eea4 commit 994ccf6
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 994ccf6

Please sign in to comment.