fix some fortnite versions late

This commit is contained in:
Gray
2025-08-01 10:58:41 -04:00
parent c072b7fb2f
commit 532a0f85d6
9 changed files with 16 additions and 8 deletions

View File

@@ -1426,7 +1426,7 @@ void AFortGameModeAthena::Athena_HandleStartingNewPlayerHook(AFortGameModeAthena
std::vector<LootDrop> LootDrops = PickLootDrops(SpawnIslandTierGroup, GameState->GetWorldLevel(), -1, bPrintWarmup);
for (auto& LootDrop : LootDrops)
for (LootDrop& LootDrop : LootDrops)
{
PickupCreateData CreateData;
CreateData.bToss = true;