feat(Session): Lock Lobby (#1342)
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user