feat(Session): Lock Lobby (#1342)

This commit is contained in:
Rxann
2023-06-05 15:59:56 -04:00
committed by GitHub
parent 56d9d39b71
commit 28707968a7
3 changed files with 15 additions and 4 deletions

View File

@ -124,6 +124,10 @@ namespace big
}
}
components::sub_title("Lobby Lock");
ImGui::Checkbox("Lock", &g.session.lock_session);
if (ImGui::IsItemHovered())
ImGui::SetTooltip("Blocks all players from joining. May not work on some modders.");
components::sub_title("DECLOAK"_T);
components::script_patch_checkbox("REVEAL_OTR_PLAYERS"_T, &g.session.decloak_players);