fix soem cbgas

This commit is contained in:
Gray
2025-07-15 19:58:13 -04:00
parent 5b26b290e9
commit 131e494cef
2 changed files with 33 additions and 9 deletions

View File

@@ -394,7 +394,7 @@ std::vector<LootDrop> PickLootDrops(FName TierGroupName, int WorldLevel, int For
LTDTables.clear();
LPTables.clear();
if (Fortnite_Version == 12.00)
if (Fortnite_Version == 12.00) // TODO
return LootDrops;
bool bFoundPlaylistTable = false;