mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-13 03:02:22 +01:00
11 lines
285 B
C++
11 lines
285 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);
|
|
} |