Added Empty lobby button (#1812)

This commit is contained in:
Rxann
2023-07-24 16:10:44 -04:00
committed by GitHub
parent 0289576677
commit 0b2b32dc34
3 changed files with 24 additions and 1 deletions

View File

@ -479,6 +479,7 @@ namespace big
},
true,
"Teleport");
components::command_button<"emptysession">({}, "Empty Session");
components::sub_title("SCRIPT_HOST_FEATURES"_T);
ImGui::Checkbox("DISABLE_CEO_MONEY"_T.data(), &g.session.block_ceo_money);