Prep for forgejo migration.

This commit is contained in:
patrick_pluto 2024-08-19 18:06:35 +02:00
commit 56d77fbb53
6 changed files with 324 additions and 83 deletions

View file

@ -88,6 +88,5 @@ func _on_option_button_item_selected(index):
for id in Game.player_list:
Client.rpc_id(id, "sync_level", map_name)
func _sync_options():
for id in Game.player_list:
Client.rpc_id(id, "sync_level", map_name)
func _sync_options(id):
Client.rpc_id(id, "sync_level", map_name)