mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-07-10 14:02:57 +08:00
feat(Vehicle): Added keep engine running functionality (#1426)
This commit is contained in:
@ -6,9 +6,9 @@
|
||||
#include "script_patches.hpp"
|
||||
#include "services/context_menu/context_menu_service.hpp"
|
||||
#include "services/orbital_drone/orbital_drone.hpp"
|
||||
#include "services/squad_spawner/squad_spawner.hpp"
|
||||
#include "services/tunables/tunables_service.hpp"
|
||||
#include "services/vehicle/vehicle_control_service.hpp"
|
||||
#include "services/squad_spawner/squad_spawner.hpp"
|
||||
#include "thread_pool.hpp"
|
||||
|
||||
|
||||
@ -203,7 +203,7 @@ namespace big
|
||||
while (true)
|
||||
{
|
||||
g_squad_spawner_service.tick();
|
||||
|
||||
|
||||
script::get_current()->yield();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user