Revert "add snow map 11.31 15.10 7.10 and fly speed up comand and more"

This commit is contained in:
Gray
2023-12-07 18:35:24 -05:00
committed by GitHub
parent 6f60f56cea
commit 5844dc5eaa
6 changed files with 9 additions and 164 deletions

View File

@@ -369,7 +369,7 @@ bool AFortGameModeAthena::Athena_ReadyToStartMatchHook(AFortGameModeAthena* Game
ShowFoundation(FindObject<AActor>("/Game/Athena/Maps/Athena_POI_Foundations.Athena_POI_Foundations.PersistentLevel.ShopsNew")); // Tilted Tower Shops, is this 7.40 specific?
}
else if (Fortnite_Season == 8 || Fortnite_Version == 9.10)
else if (Fortnite_Season == 8)
{
auto Volcano = FindObject<AActor>(("/Game/Athena/Maps/Athena_POI_Foundations.Athena_POI_Foundations.PersistentLevel.LF_Athena_POI_50x53_Volcano"));
ShowFoundation(Volcano);