If its not scuffed its not reboot

This commit is contained in:
Gray
2024-03-18 21:35:01 -04:00
parent acb311c643
commit ef97a84822
10 changed files with 69 additions and 15 deletions

View File

@@ -394,6 +394,9 @@ std::vector<LootDrop> PickLootDrops(FName TierGroupName, int WorldLevel, int For
LTDTables.clear();
LPTables.clear();
if (Fortnite_Version == 12.00)
return LootDrops;
bool bFoundPlaylistTable = false;
if (CurrentPlaylist)
@@ -622,7 +625,7 @@ std::vector<LootDrop> PickLootDrops(FName TierGroupName, int WorldLevel, int For
if (!Addresses::LoadAsset)
{
if (Fortnite_Version <= 6 || std::floor(Fortnite_Version) == 9) // ahhh
if (Fortnite_Version <= 6 || std::floor(Fortnite_Version) == 9) // the tables unload!
{
LTDTables.clear();
LPTables.clear();