Custom teleport sub tab (#1652)

This commit is contained in:
DayibBaba
2023-07-09 23:03:05 +02:00
committed by GitHub
parent 3dd9be8a95
commit 27e66b9394
8 changed files with 310 additions and 183 deletions

View File

@ -5,15 +5,14 @@
#include "script.hpp"
#include "script_patches.hpp"
#include "services/context_menu/context_menu_service.hpp"
#include "services/custom_teleport/custom_teleport_service.hpp"
#include "services/orbital_drone/orbital_drone.hpp"
#include "services/script_connection/script_connection_service.hpp"
#include "services/squad_spawner/squad_spawner.hpp"
#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"
#include "services/vehicle/xml_vehicles_service.hpp"
#include "thread_pool.hpp"
namespace big
@ -24,9 +23,10 @@ namespace big
command->refresh();
register_script_patches();
teleport::fetch_saved_locations();
g_squad_spawner_service.fetch_squads();
g_xml_vehicles_service->fetch_xml_files();
g_custom_teleport_service.fetch_saved_locations();
while (g_running)
{