mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 23:07:26 +08:00
parent
d4d934e565
commit
c976a3cb42
@ -117,7 +117,8 @@ namespace big
|
||||
ImGui::BeginDisabled(!g_player_service->get_self()->is_host());
|
||||
|
||||
|
||||
if (ImGui::Checkbox("LOBBY_LOCK"_T.data(), &g.session.lock_session))
|
||||
ImGui::Checkbox("LOBBY_LOCK"_T.data(), &g.session.lock_session);
|
||||
if (g.session.lock_session)
|
||||
{
|
||||
ImGui::Checkbox("LOBBY_LOCK_ALLOW_FRIENDS"_T.data(), &g.session.allow_friends_into_locked_session);
|
||||
if (ImGui::IsItemHovered())
|
||||
|
Loading…
x
Reference in New Issue
Block a user