chore: remove /Lotus/Types/Recipes/ from path-based logic #1475

Merged
Sainan merged 1 commits from no-recipes into main 2025-04-06 06:04:17 -07:00

View File

@ -673,17 +673,6 @@ export const addItem = async (
Horses: [inventory.Horses[horseIndex - 1].toJSON<IEquipmentClient>()]
};
}
case "Recipes": {
inventory.MiscItems.push({ ItemType: typeName, ItemCount: quantity });
return {
MiscItems: [
{
ItemType: typeName,
ItemCount: quantity
}
]
};
}
case "Vehicles":
if (typeName == "/Lotus/Types/Vehicles/Motorcycle/MotorcyclePowerSuit") {
return addMotorcycle(inventory, typeName);