From adfe3e8e0802be6b326a354311db4781edf9fa53 Mon Sep 17 00:00:00 2001 From: Jim Shield Date: Tue, 22 Jul 2025 16:00:27 +0100 Subject: [PATCH] Remove registerShop debug message People keep thinking this is a massive error, its literally just stating that there isn't a script found to register a shop. not all inventories have these --- shared/shops.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/shops.lua b/shared/shops.lua index b203bd7..328e839 100644 --- a/shared/shops.lua +++ b/shared/shops.lua @@ -261,6 +261,6 @@ function registerShop(name, label, items, society) if shopResource ~= "" then debugPrint("^6Bridge^7: ^2Registering ^5"..shopResource.." ^3Store^7:", name, "^4Label^7: "..label) else - debugPrint("^1ERROR^7: ^1Couldn't find supported inventory to register shop^7:", name) + -- debugPrint("^1ERROR^7: ^1Couldn't find supported inventory to register shop^7:", name) end end \ No newline at end of file