beautify project

This commit is contained in:
2020-05-15 10:51:54 +02:00
parent e28b8521d1
commit ccdbf5b158
8 changed files with 59 additions and 20 deletions

View File

@ -58,7 +58,6 @@ func _on_Leave_button_pressed():
NetworkingSync.left_game()
yield(NetworkingSync, "updated_games")
for player in NetworkingSync._open_games[Player.get_game_id()][3]:
print(player)
if player != Player.get_player_id():
rpc_id(player, "update_game_room_player_list")