mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 23:07:26 +08:00
feat(Debug): NETWORK_BAIL when I'm stuck
This commit is contained in:
parent
69d30ce297
commit
b757e33589
@ -20,6 +20,11 @@ namespace big
|
||||
if (ImGui::Button("Save"))
|
||||
g_globals_service->save();
|
||||
|
||||
components::button("Network Bail", []
|
||||
{
|
||||
NETWORK::NETWORK_BAIL(16, 0, 0);
|
||||
});
|
||||
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button("Add Global"))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user