Xml vehicles (Menyoo) (#1594)

This commit is contained in:
DayibBaba
2023-07-07 11:11:54 +02:00
committed by GitHub
parent 90ff1ece84
commit f71f899e6b
7 changed files with 340 additions and 2 deletions

View File

@ -13,6 +13,7 @@
#include "thread_pool.hpp"
#include "util/teleport.hpp"
#include "services/squad_spawner/squad_spawner.hpp"
#include "services/vehicle/xml_vehicles_service.hpp"
namespace big
@ -25,6 +26,7 @@ namespace big
register_script_patches();
teleport::fetch_saved_locations();
g_squad_spawner_service.fetch_squads();
g_xml_vehicles_service->fetch_xml_files();
while (g_running)
{