mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Sync 'sv_globalBanlist' with global banned list toggle
This commit is contained in:
parent
8b227c90d8
commit
1b3223d5cb
@ -460,6 +460,7 @@ void CBrowser::HostPanel(void)
|
||||
ImGui::EndCombo();
|
||||
}
|
||||
|
||||
m_bQueryGlobalBanList = sv_globalBanlist->GetBool(); // Sync toggle with 'sv_globalBanlist'.
|
||||
if (ImGui::Checkbox("Load Global Ban List", &m_bQueryGlobalBanList))
|
||||
{
|
||||
sv_globalBanlist->SetValue(m_bQueryGlobalBanList);
|
||||
|
Loading…
x
Reference in New Issue
Block a user