diff options
author | tpart <tpart120@proton.me> | 2025-09-30 14:46:44 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2025-09-30 14:46:44 +0200 |
commit | 79aad14562d35a6ceb0981a35be6e7184a396763 (patch) | |
tree | f941bfda167fe6cbbbeca6c72786bba1c3c203f4 /client/system | |
parent | aeac0cd6d497e7b0e028cf03a1570cdd6932b65b (diff) | |
download | hurrycurry-79aad14562d35a6ceb0981a35be6e7184a396763.tar hurrycurry-79aad14562d35a6ceb0981a35be6e7184a396763.tar.bz2 hurrycurry-79aad14562d35a6ceb0981a35be6e7184a396763.tar.zst |
Always send ready packet when applicable
Diffstat (limited to 'client/system')
-rw-r--r-- | client/system/settings.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/system/settings.gd b/client/system/settings.gd index da93890c..737ab84e 100644 --- a/client/system/settings.gd +++ b/client/system/settings.gd @@ -201,4 +201,4 @@ static func h_tutorial_disabled(val: bool): if not val: for input_method: String in ["keyboard", "joypad"]: for hand_count: String in ["one", "two"]: - Profile.write("controls_%s_%s_handed_explained" % [input_method, hand_count], false)
\ No newline at end of file + Profile.write("controls_%s_%s_handed_explained" % [input_method, hand_count], false) |