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
This commit is contained in:
Jim Shield
2025-07-22 16:00:27 +01:00
parent 71c9c99db7
commit adfe3e8e08

View File

@@ -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