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