"fix" looting on 10.00

+ acknowledge that skins dont work on 10.00
This commit is contained in:
Gray
2025-04-06 19:48:17 -04:00
parent 2b6b321270
commit 79b081f8b6
2 changed files with 5 additions and 1 deletions

View File

@@ -625,7 +625,9 @@ std::vector<LootDrop> PickLootDrops(FName TierGroupName, int WorldLevel, int For
if (!Addresses::LoadAsset)
{
if (Fortnite_Version <= 6 || std::floor(Fortnite_Version) == 9) // the tables unload!
if (Fortnite_Version <= 6
|| std::floor(Fortnite_Version) == 9
|| Fortnite_Version == 10.00) // the tables unload!
{
LTDTables.clear();
LPTables.clear();