We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd4c59 commit 90c517aCopy full SHA for 90c517a
mirror-godot-app/scripts/autoload/zone/client.gd
@@ -164,7 +164,7 @@ func _client_on_connected_to_server() -> void:
164
print("----------------------------------------")
165
print("ClientPeer: Connected to a server... waiting for server to grant access")
166
167
- GameUI.loading_ui.populate_status("Client socked open")
+ GameUI.loading_ui.populate_status("Client socket open")
168
print("Client connection opened at " + Time.get_datetime_string_from_system())
169
Analytics.track_event_client(AnalyticsEvent.TYPE.SPACE_JOIN_ATTEMPT_SUCCESS, {"spaceId": _queued_space_id})
170
Zone.change_to_space_scene()
0 commit comments