I have tried to remove items from the shop categories but it still shows. For instance, in Tools I have the following:
"Tool": {
"DisplayName": "Tool",
"Description": "You currently have {0} coins to spend in the Tool shop",
"EnabledCategory": true,
"EnableNPC": false,
"NPCId": null,
"Items": [
"Timed Explosive Charge",
"RF Transmitter",
"Supply Signal"
]
},When I load the shop, under tools, I still see entries for all of the other tools. With EnableBuy and EnableSell set to false, noone is able to buy/sell them, but they still show in the list.
