fix some fortnite versions late

This commit is contained in:
Gray
2025-08-01 10:58:41 -04:00
parent c072b7fb2f
commit 532a0f85d6
9 changed files with 16 additions and 8 deletions

View File

@@ -39,7 +39,7 @@ void AFortPickup::SpawnMovementComponent()
AFortPickup* AFortPickup::SpawnPickup(PickupCreateData& PickupData)
{
if (Fortnite_Version >= 24) return nullptr; // location is scrweed
if (Fortnite_Version >= 23) return nullptr; // location is scrweed (floor loot issue orrr?)
if (PickupData.Source == -1)
PickupData.Source = 0;