mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-07-04 05:02:58 +08:00
Custom teleport sub tab (#1652)
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user