mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-01-03 16:13:36 +08:00
refactor(TabOnline): Removed reveal players
This commit is contained in:
parent
0ae72a74d9
commit
08fcc1d758
@ -34,9 +34,6 @@ namespace big
|
||||
if (ImGui::Checkbox("Off-Radar", g_settings.options["off_radar"].get<bool*>()))
|
||||
g_settings.save();
|
||||
|
||||
if (ImGui::Checkbox("Reveal Players", g_settings.options["reveal_players"].get<bool*>()))
|
||||
g_settings.save();
|
||||
|
||||
if (ImGui::Checkbox("Player Join Message", g_settings.options["join_message"].get<bool*>()))
|
||||
g_settings.save();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user