From 586b221fd91a5a1db5e01002410dc840c3257017 Mon Sep 17 00:00:00 2001 From: jadis0x <49281043+jadis0x@users.noreply.github.com> Date: Tue, 4 Oct 2022 23:55:37 +0300 Subject: [PATCH] add: function for "Force start game" button --- DevourClient/Features/Menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DevourClient/Features/Menu.cpp b/DevourClient/Features/Menu.cpp index 10eb8a9..491f952 100644 --- a/DevourClient/Features/Menu.cpp +++ b/DevourClient/Features/Menu.cpp @@ -294,7 +294,7 @@ void DrawMiscTab() { } if (ImGui::Button("Force start game")) { - //force start + Misc::ForceStart(); } ImGui::Checkbox("Unlock all", &settings::unlock_all);