Force relay connections (#1813)

* feat(protections): add force relay servers
* feat(network): add support for non-direct connections
* feat(info): add helpful tooltip to prevent unnecessary bug reports
This commit is contained in:
maybegreat48
2023-07-23 16:47:25 +00:00
committed by GitHub
parent 65a5dbd88e
commit 09a189eb4d
14 changed files with 209 additions and 48 deletions

View File

@ -57,6 +57,7 @@ namespace big
ImGui::SetTooltip("This prevents the collection of pickups such as unwanted money bags\nNote: Normal pickups are also no longer possible to collect with this enabled");
ImGui::Checkbox("ADMIN_CHECK"_T.data(), &g.protections.admin_check);
ImGui::Checkbox("Kick Rejoin", &g.protections.kick_rejoin);
components::command_checkbox<"forcerelays">();
ImGui::EndGroup();
ImGui::SeparatorText("Options");