mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-07-15 23:07:59 +08:00
feat: Some small additions (#755)
This commit is contained in:
@ -23,7 +23,8 @@ namespace big
|
||||
g_fiber_pool->queue_job([]
|
||||
{
|
||||
for (auto& command : g_looped_commands)
|
||||
command->on_disable();
|
||||
if (command->is_enabled())
|
||||
command->on_disable();
|
||||
|
||||
g_running = false;
|
||||
});
|
||||
|
Reference in New Issue
Block a user