From 11c0c2ab2fb5f021ccf34f01f9016a062681caab Mon Sep 17 00:00:00 2001 From: Andreas Maerten <24669514+Yimura@users.noreply.github.com> Date: Sun, 12 Mar 2023 21:58:02 +0100 Subject: [PATCH] fix(Nearby): crash on rendering (#1079) Fixes #1078 --- src/views/world/view_nearby.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/world/view_nearby.cpp b/src/views/world/view_nearby.cpp index e259ed46..8b8a4520 100644 --- a/src/views/world/view_nearby.cpp +++ b/src/views/world/view_nearby.cpp @@ -38,7 +38,7 @@ namespace big ImGui::SameLine(140.f); components::command_checkbox<"pedrain">(); ImGui::SameLine(265.f); - components::command_checkbox<"pedscombat">(); + components::command_checkbox<"riotmode">(); components::command_checkbox<"highalert">(); ImGui::SameLine(140.f); components::command_checkbox<"pedrush">();