Mission fixes and modder detection improvements (#1598)

* feat(protections): improve protections
* fix: fix mission start
This commit is contained in:
maybegreat48
2023-07-05 07:30:06 +00:00
committed by GitHub
parent abb7e17d83
commit 11cd9ab004
28 changed files with 369 additions and 306 deletions

View File

@ -265,6 +265,14 @@ namespace big
script->m_net_component->block_host_migration(true);
});
}
if (ImGui::IsItemHovered())
ImGui::SetTooltip("This might break freemode missions and interiors. Use with caution");
ImGui::SameLine();
ImGui::Checkbox("Fast Join", &g.session.fast_join);
if (ImGui::IsItemHovered())
ImGui::SetTooltip("This WILL break jobs");
ImGui::Spacing();