MiraculousNightingale / spt-aki-inventory-organizing-features

Client mod which adds several stash organizing features.
https://hub.sp-tarkov.com/files/file/1152-inventory-organizing-features/
University of Illinois/NCSA Open Source License
7 stars 7 forks source link

Make items stack when being organized #4

Closed MiraculousNightingale closed 1 year ago

MiraculousNightingale commented 1 year ago

Use a different method insted of GenericGridClass.FindLocationForItem.

MiraculousNightingale commented 1 year ago

Issue implemented in 787c281.

Methods weren't replaced, instead an additional "TransferOrMerge" method was used and some check-precaution logic added.