mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
11 lines
306 B
C++
11 lines
306 B
C++
#include "FortAthenaVehicleSpawner.h"
|
|
|
|
#include "vehicles.h"
|
|
|
|
void AFortAthenaVehicleSpawner::SpawnVehicleHook(AFortAthenaVehicleSpawner* VehicleSpawner)
|
|
{
|
|
// literally doesnt get called!!!! (but on 22.30 it does!)
|
|
|
|
LOG_INFO(LogDev, "SpawnVehicleHook!!!!");
|
|
// SpawnVehicleFromSpawner(VehicleSpawner);
|
|
} |