Prep for forgejo migration.
This commit is contained in:
parent
882ef67c42
commit
56d77fbb53
6 changed files with 324 additions and 83 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue