mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
glorious update
work on rift tour, fix some crash and some bugs, added destroying gadgets when no more uses
This commit is contained in:
@@ -32,7 +32,7 @@ void AFortPickup::SpawnMovementComponent()
|
||||
AFortPickup* AFortPickup::SpawnPickup(PickupCreateData& PickupData)
|
||||
{
|
||||
if (PickupData.Source == -1)
|
||||
PickupData.Source = 0;
|
||||
PickupData.Source = -1;
|
||||
if (PickupData.SourceType == -1)
|
||||
PickupData.SourceType = -1;
|
||||
|
||||
@@ -139,7 +139,7 @@ AFortPickup* AFortPickup::SpawnPickup(PickupCreateData& PickupData)
|
||||
|
||||
for (auto& AttributeValue : AttributeValueVector)
|
||||
{
|
||||
// ReplicatedEntry->GetGenericAttributeValues().Add(AttributeValue);
|
||||
PrimaryPickupItemEntry->GetGenericAttributeValues().Add(AttributeValue);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user