refactor(TabOnline): Removed reveal players

This commit is contained in:
Yimura 2021-01-16 16:20:34 +01:00
parent 0ae72a74d9
commit 08fcc1d758

View File

@ -34,9 +34,6 @@ namespace big
if (ImGui::Checkbox("Off-Radar", g_settings.options["off_radar"].get<bool*>())) if (ImGui::Checkbox("Off-Radar", g_settings.options["off_radar"].get<bool*>()))
g_settings.save(); 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*>())) if (ImGui::Checkbox("Player Join Message", g_settings.options["join_message"].get<bool*>()))
g_settings.save(); g_settings.save();