From 7fcb1fb623c568a83b0ecaebaa69b18af0971b04 Mon Sep 17 00:00:00 2001 From: Project-Z1K <149071205+Project-Z1K@users.noreply.github.com> Date: Wed, 6 Dec 2023 23:06:43 +0100 Subject: [PATCH] start volcano 9.10 fix --- Project Reboot 3.0/FortGameModeAthena.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project Reboot 3.0/FortGameModeAthena.cpp b/Project Reboot 3.0/FortGameModeAthena.cpp index 36b64c7..f21fe18 100644 --- a/Project Reboot 3.0/FortGameModeAthena.cpp +++ b/Project Reboot 3.0/FortGameModeAthena.cpp @@ -369,7 +369,7 @@ bool AFortGameModeAthena::Athena_ReadyToStartMatchHook(AFortGameModeAthena* Game ShowFoundation(FindObject("/Game/Athena/Maps/Athena_POI_Foundations.Athena_POI_Foundations.PersistentLevel.ShopsNew")); // Tilted Tower Shops, is this 7.40 specific? } - else if (Fortnite_Season == 8) + else if (Fortnite_Season == 8 || Fortnite_Version == 9.10) { auto Volcano = FindObject(("/Game/Athena/Maps/Athena_POI_Foundations.Athena_POI_Foundations.PersistentLevel.LF_Athena_POI_50x53_Volcano")); ShowFoundation(Volcano);