0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 02:30:43 -05:00

Remove unused property from interface

This commit is contained in:
Dev 2024-03-06 18:38:43 +00:00
parent 4da70b80d3
commit 96bace1288

View File

@ -60,5 +60,4 @@ export interface SlotLootSettings
{
whitelist: string[];
blacklist: string[];
moneyStackLimits: Record<string, number>;
}