fixed some things

This commit is contained in:
2025-07-20 19:26:50 +02:00
parent 9b8390cfb3
commit 66287ee8a0
9 changed files with 87 additions and 49 deletions
+2 -2
View File
@@ -102,5 +102,5 @@ func _on_web_client_tcp_request_next_play() -> void:
_start_next_play()
func _on_web_client_connected_clients_changed(connected_client_names: Array[String]) -> void:
_update_player_count(connected_client_names.size())
func _on_web_client_connected_clients_changed(connected_clients: Array[ClientData]) -> void:
_update_player_count(connected_clients.size())