From 2887e79bcbb2578196c7f41e529cc7ed0df74371 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Mon, 5 Sep 2022 22:32:47 +0200 Subject: [PATCH] CBroswer: fix 'Stop Server' button not appearing when server script error occurs while client is attempting to connect --- r5dev/gameui/IBrowser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r5dev/gameui/IBrowser.cpp b/r5dev/gameui/IBrowser.cpp index d90d1f8b..424430aa 100644 --- a/r5dev/gameui/IBrowser.cpp +++ b/r5dev/gameui/IBrowser.cpp @@ -506,7 +506,7 @@ void CBrowser::HostPanel(void) ImGui::InputText("##ServerHost_HostToken", &m_svHostToken, ImGuiInputTextFlags_ReadOnly); } - if (g_pServer->IsActive()) + if (g_pHostState->m_bActiveGame) { if (ImGui::Button("Weapon Reparse", ImVec2(ImGui::GetWindowContentRegionWidth(), 32))) {