From 409c6b9ad41f0d68b40ee78564bd1d648c5da6f7 Mon Sep 17 00:00:00 2001 From: Twin1 Date: Fri, 13 Oct 2023 09:57:37 -0500 Subject: [PATCH] Revert "Update FortGameModeAthena.cpp" This reverts commit 0cd1ff5795a2f55869a9f6cb70dc3ca070a866a8. --- Project Reboot 3.0/FortGameModeAthena.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project Reboot 3.0/FortGameModeAthena.cpp b/Project Reboot 3.0/FortGameModeAthena.cpp index 343fa8e..36b64c7 100644 --- a/Project Reboot 3.0/FortGameModeAthena.cpp +++ b/Project Reboot 3.0/FortGameModeAthena.cpp @@ -368,8 +368,8 @@ bool AFortGameModeAthena::Athena_ReadyToStartMatchHook(AFortGameModeAthena* Game ShowFoundation(FindObject("/Game/Athena/Maps/Athena_POI_Foundations.Athena_POI_Foundations.PersistentLevel.LF_Athena_POI_25x36")); // Polar Peak ShowFoundation(FindObject("/Game/Athena/Maps/Athena_POI_Foundations.Athena_POI_Foundations.PersistentLevel.ShopsNew")); // Tilted Tower Shops, is this 7.40 specific? } - // not sure what other build is needed idrc - else if (Fortnite_Season == 8 || Fortnite_Version == 9.10) + + else if (Fortnite_Season == 8) { auto Volcano = FindObject(("/Game/Athena/Maps/Athena_POI_Foundations.Athena_POI_Foundations.PersistentLevel.LF_Athena_POI_50x53_Volcano")); ShowFoundation(Volcano);