mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
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
This commit is contained in:
11
Project Reboot 3.0/FortAthenaVehicleSpawner.cpp
Normal file
11
Project Reboot 3.0/FortAthenaVehicleSpawner.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "FortAthenaVehicleSpawner.h"
|
||||
|
||||
#include "vehicles.h"
|
||||
|
||||
void AFortAthenaVehicleSpawner::SpawnVehicleHook(AFortAthenaVehicleSpawner* VehicleSpawner)
|
||||
{
|
||||
// literally doesnt get called!!!!
|
||||
|
||||
// LOG_INFO(LogDev, "omgonmg call!!!!\n\n");
|
||||
// SpawnVehicleFromSpawner(VehicleSpawner);
|
||||
}
|
||||
Reference in New Issue
Block a user