diff --git a/src/types/inventoryTypes/inventoryTypes.ts b/src/types/inventoryTypes/inventoryTypes.ts index 5ff7a6f2..aacfdc15 100644 --- a/src/types/inventoryTypes/inventoryTypes.ts +++ b/src/types/inventoryTypes/inventoryTypes.ts @@ -866,7 +866,6 @@ export enum GettingSlotOrderInfo { } export interface Giving { - // Probably isn't a consumable but it's also not my problem. RawUpgrades: Consumable[]; _SlotOrderInfo: GivingSlotOrderInfo[]; }