From 01bce17ee43430d3fd3932cfe2ccda28ac7beb0a Mon Sep 17 00:00:00 2001 From: jadis0x <49281043+jadis0x@users.noreply.github.com> Date: Sun, 11 Dec 2022 14:02:27 +0300 Subject: [PATCH] add: function for the "Unlock Doors" 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 7532fc1..6c6c754 100644 --- a/DevourClient/Features/Menu.cpp +++ b/DevourClient/Features/Menu.cpp @@ -326,7 +326,7 @@ void DrawMiscTab() { } if (ImGui::Button("Unlock Doors")) { - //Unlock Achievements + Misc::UnlockDoors(); } if (ImGui::Button("Revive Yourself")) {