From 79aad14562d35a6ceb0981a35be6e7184a396763 Mon Sep 17 00:00:00 2001 From: tpart Date: Tue, 30 Sep 2025 14:46:44 +0200 Subject: Always send ready packet when applicable --- client/system/settings.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/system') 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) -- cgit v1.2.3-70-g09d2