From d5c8dfa49a7bc4740a10d2bf6db56aaab537a355 Mon Sep 17 00:00:00 2001 From: nokoe Date: Tue, 1 Oct 2024 16:16:20 +0200 Subject: save settings and profile after registry consent --- client/menu/play.gd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/menu') 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]): -- cgit v1.2.3-70-g09d2