fixed host client not receiving their id
This commit is contained in:
@@ -98,6 +98,7 @@ func _handle_response(response: String) -> void:
|
||||
if data["status"] == "ok":
|
||||
_lobby_id = data["lobby_id"]
|
||||
_client_id = data["client_id"]
|
||||
received_client_id.emit.call_deferred(_client_id)
|
||||
connected_to_lobby.emit.call_deferred(_lobby_id)
|
||||
connection_status_changed.emit.call_deferred(ConnectionStatus.JOINED)
|
||||
"join_lobby_response":
|
||||
|
||||
Reference in New Issue
Block a user