refactor(TabOnline): Removed reveal players

This commit is contained in:
Yimura 2021-01-16 16:20:34 +01:00
parent 43d33bfa7d
commit f2c1660007
No known key found for this signature in database
GPG Key ID: 54EFAD29393A6E78

View File

@ -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();