Improve comments

This commit is contained in:
Dev 2024-01-08 11:35:20 +00:00
parent 96f75fd744
commit 507e8eeaa7
2 changed files with 2 additions and 0 deletions

View File

@ -259,6 +259,7 @@ export class TradeController
return totalPrice; return totalPrice;
} }
/** Buy item */
protected confirmTradingInternal( protected confirmTradingInternal(
pmcData: IPmcData, pmcData: IPmcData,
body: IProcessBaseTradeRequestData, body: IProcessBaseTradeRequestData,

View File

@ -149,6 +149,7 @@ export class InventoryHelper
for (const itemToAdd of itemsToAdd) for (const itemToAdd of itemsToAdd)
{ {
// Update Items `location` properties
const errorOutput = this.placeItemInInventory( const errorOutput = this.placeItemInInventory(
itemToAdd, itemToAdd,
stashFS2D, stashFS2D,