Improve comments
This commit is contained in:
parent
96f75fd744
commit
507e8eeaa7
@ -259,6 +259,7 @@ export class TradeController
|
||||
return totalPrice;
|
||||
}
|
||||
|
||||
/** Buy item */
|
||||
protected confirmTradingInternal(
|
||||
pmcData: IPmcData,
|
||||
body: IProcessBaseTradeRequestData,
|
||||
|
@ -149,6 +149,7 @@ export class InventoryHelper
|
||||
|
||||
for (const itemToAdd of itemsToAdd)
|
||||
{
|
||||
// Update Items `location` properties
|
||||
const errorOutput = this.placeItemInInventory(
|
||||
itemToAdd,
|
||||
stashFS2D,
|
||||
|
Loading…
Reference in New Issue
Block a user