diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/menu/play.gd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/menu/play.gd b/client/menu/play.gd index 9cf1bbaa..573061d3 100644 --- a/client/menu/play.gd +++ b/client/menu/play.gd @@ -51,6 +51,8 @@ func _ready(): data.buttons = [deny_button, allow_button] await submenu("res://menu/popup.tscn", data) Global.set_profile("registry_asked", true) + Global.save_settings() + Global.save_profile() ServerList.start() func update_server_list(lists: Array[Array]): |