Comment improvements
This commit is contained in:
parent
5f500655be
commit
6032573815
@ -956,7 +956,7 @@ export class InventoryController
|
||||
return output;
|
||||
}
|
||||
|
||||
// Find and delete opened item from player inventory
|
||||
// Find and delete opened container item from player inventory
|
||||
this.inventoryHelper.removeItem(pmcData, body.item, sessionID, output);
|
||||
|
||||
return output;
|
||||
|
@ -3,7 +3,7 @@ import { IInventoryBaseActionRequestData } from "@spt-aki/models/eft/inventory/I
|
||||
export interface IOpenRandomLootContainerRequestData extends IInventoryBaseActionRequestData
|
||||
{
|
||||
Action: "OpenRandomLootContainer";
|
||||
/** Container item opened */
|
||||
/** Container item id being opened */
|
||||
item: string;
|
||||
to: To[];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user