summaryrefslogtreecommitdiff
path: root/client/global.gd
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-09-07 03:31:25 +0200
committermetamuffin <metamuffin@disroot.org>2024-09-07 03:31:25 +0200
commit239619be774855b372eea82213b4d8da2d906f52 (patch)
treef2e3748a4a4e818361365796db21bdf9e70fee97 /client/global.gd
parent03bdf875aec224ee8f74c259ed776da52bad54ff (diff)
downloadhurrycurry-239619be774855b372eea82213b4d8da2d906f52.tar
hurrycurry-239619be774855b372eea82213b4d8da2d906f52.tar.bz2
hurrycurry-239619be774855b372eea82213b4d8da2d906f52.tar.zst
hook changed for rows
Diffstat (limited to 'client/global.gd')
-rw-r--r--client/global.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/global.gd b/client/global.gd
index e5ae0ed6..e85bf697 100644
--- a/client/global.gd
+++ b/client/global.gd
@@ -153,7 +153,7 @@ func set_setting(key: String, value):
push_error("Tried to set setting \"%s\", which does not yet exist (missing key)" % key)
return
else: set_setting_unchecked(key, value)
-
+
func get_profile(key: String):
if profile.has(key):
return profile[key]