mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
fixed s6, added pickup notifications
This commit is contained in:
@@ -178,7 +178,7 @@ char AFortPickup::CompletePickupAnimationHook(AFortPickup* Pickup)
|
||||
cpyCount -= AmountToStack;
|
||||
|
||||
std::pair<FFortItemEntry*, FFortItemEntry*> Pairs;
|
||||
WorldInventory->ModifyCount(ItemInstance, AmountToStack, false, &Pairs, false);
|
||||
WorldInventory->ModifyCount(ItemInstance, AmountToStack, false, &Pairs, false, true);
|
||||
PairsToMarkDirty.push_back(Pairs);
|
||||
|
||||
bEverStacked = true;
|
||||
|
||||
Reference in New Issue
Block a user