mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
S24
This commit is contained in:
@@ -181,7 +181,9 @@ void AFortGameModeAthena::HandleSpawnRateForActorClass(UClass* ActorClass, float
|
||||
|
||||
void AFortGameModeAthena::StartAircraftPhase()
|
||||
{
|
||||
if (Addresses::StartAircraftPhase)
|
||||
if (Addresses::StartAircraftPhase
|
||||
&& Fortnite_Version < 24 // ig they load or sometrhing gg
|
||||
)
|
||||
{
|
||||
static void (*StartAircraftPhaseOriginal)(AFortGameModeAthena*, bool bDoNotSpawnAircraft) = decltype(StartAircraftPhaseOriginal)(Addresses::StartAircraftPhase);
|
||||
StartAircraftPhaseOriginal(this, false); // love the double negative Fortnite
|
||||
|
||||
Reference in New Issue
Block a user