mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-07-04 13:12:31 +08:00
refactor!: Modify command argument handling and move on_
method to bool_command (#1826)
This commit is contained in:
@ -19,7 +19,7 @@ namespace big
|
||||
{
|
||||
void backend::loop()
|
||||
{
|
||||
for (auto& command : g_looped_commands)
|
||||
for (auto& command : g_bool_commands)
|
||||
command->refresh();
|
||||
|
||||
register_script_patches();
|
||||
|
Reference in New Issue
Block a user