Files
Project-Reboot-3.0/Project Reboot 3.0/FortAthenaVehicleSpawner.cpp
Milxnor 18f92ccf52 a lot
fix a bug with restarting, clean up some stuff, fix a playlist specific bug, add hold pickup to swap, fix shadow stones and stuff spawn height, code consistency, fix bugs with dropping
2023-04-30 12:15:29 -04:00

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);
}