fix 5.0-6.02

This commit is contained in:
Milxnor
2023-04-08 09:23:23 -04:00
parent 5f5d7fb649
commit b194527e1b
3 changed files with 7 additions and 2 deletions

View File

@@ -373,7 +373,7 @@ std::vector<LootDrop> PickLootDrops(FName TierGroupName, bool bPrint, int recurs
}
}
if (Engine_Version <= 420) // ahhh
if (Fortnite_Version < 6) // ahhh
{
LTDTables.clear();
LPTables.clear();