Dude 💀

This commit is contained in:
Gray
2024-03-20 21:45:38 -04:00
parent 138d3cc668
commit b3d9ab9e8b
46 changed files with 2846 additions and 1608 deletions

View File

@@ -567,6 +567,10 @@ void AFortPlayerController::ServerAttemptInteractHook(UObject* Context, FFrame*
FWeaponUpgradeItemRow* FoundRow = nullptr;
/*
T(3)
for (int i = 0; i < LootPackagesRowMap.Pairs.Elements.Data.Num(); i++)
{
auto& Pair = LootPackagesRowMap.Pairs.Elements.Data.at(i).ElementData.Value;
@@ -579,6 +583,8 @@ void AFortPlayerController::ServerAttemptInteractHook(UObject* Context, FFrame*
break;
}
}
*/
if (!FoundRow)
{