feat(Debug): NETWORK_BAIL when I'm stuck
This commit is contained in:
parent
b644c89e1f
commit
644681092d
@ -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"))
|
||||
{
|
||||
|
Reference in New Issue
Block a user