@ -126,9 +126,14 @@ namespace big
|
||||
}
|
||||
|
||||
components::sub_title("Lobby Lock");
|
||||
ImGui::BeginDisabled(!g_player_service->get_self()->is_host());
|
||||
|
||||
ImGui::Checkbox("Lock", &g.session.lock_session);
|
||||
if (ImGui::IsItemHovered())
|
||||
ImGui::SetTooltip("Blocks all players from joining. May not work on some modders.");
|
||||
|
||||
ImGui::EndDisabled();
|
||||
|
||||
components::sub_title("DECLOAK"_T);
|
||||
components::script_patch_checkbox("REVEAL_OTR_PLAYERS"_T, &g.session.decloak_players);
|
||||
|
||||
|
Reference in New Issue
Block a user