Custom location system (#1567)

This commit is contained in:
DayibBaba
2023-06-30 20:36:45 +02:00
committed by GitHub
parent 861ebdb2ae
commit 1ab51f1e98
4 changed files with 183 additions and 0 deletions

View File

@ -11,6 +11,8 @@
#include "services/tunables/tunables_service.hpp"
#include "services/vehicle/vehicle_control_service.hpp"
#include "thread_pool.hpp"
#include "util/teleport.hpp"
#include "services/squad_spawner/squad_spawner.hpp"
namespace big
@ -21,6 +23,8 @@ namespace big
command->refresh();
register_script_patches();
teleport::fetch_saved_locations();
g_squad_spawner_service.fetch_squads();
while (g_running)
{