aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornokoe <nokoe@mailbox.org>2024-10-01 16:16:20 +0200
committernokoe <nokoe@mailbox.org>2024-10-01 16:16:20 +0200
commitd5c8dfa49a7bc4740a10d2bf6db56aaab537a355 (patch)
tree35ce14fb643d40014eb1d25f16c4ce76f1d3b877
parentcf2219885357a02ef08f0de1c2ce566250ff6273 (diff)
downloadhurrycurry-d5c8dfa49a7bc4740a10d2bf6db56aaab537a355.tar
hurrycurry-d5c8dfa49a7bc4740a10d2bf6db56aaab537a355.tar.bz2
hurrycurry-d5c8dfa49a7bc4740a10d2bf6db56aaab537a355.tar.zst
save settings and profile after registry consent
-rw-r--r--client/menu/play.gd2
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]):