mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
CBroswer: fix 'Stop Server' button not appearing when server script error occurs while client is attempting to connect
This commit is contained in:
parent
28ddf2a380
commit
2887e79bcb
@ -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)))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user