From d9067f3877363ff5eedd166f50247cff3d6ca18e Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Sun, 20 Jul 2025 23:51:09 +0200 Subject: [PATCH] Update config.lua --- resources/[inventory]/cs_shops/config/config.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/[inventory]/cs_shops/config/config.lua b/resources/[inventory]/cs_shops/config/config.lua index f5477116a..091273f84 100644 --- a/resources/[inventory]/cs_shops/config/config.lua +++ b/resources/[inventory]/cs_shops/config/config.lua @@ -678,6 +678,13 @@ CodeStudio.Products = { itemPrice = 100, itemInfo = "", }, + ['emptybag'] = { + itemName = "leerer Sack", + itemStock = 150, + itemPrice = 10, + itemInfo = "", + }, + } },