Improve comments
This commit is contained in:
parent
96f75fd744
commit
507e8eeaa7
@ -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,
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user