refactor(TabOnline): Removed reveal players
This commit is contained in:
parent
43d33bfa7d
commit
f2c1660007
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user