fix typo in debugprint for codem stash staving

This commit is contained in:
Jim Shield
2025-07-23 19:53:07 +01:00
parent ee049a953c
commit 9337238832

View File

@@ -469,7 +469,7 @@ function stashRemoveItem(stashItems, stashName, items)
end
end
exports[CodeMInv]:UpdateStash(stashName[1], stashItems)
debugPrint("^6Bridge^7: ^3saveStash^7: ^2Saving ^3CodeM^2 stash ^7'^6"..stashName.."^7'")
debugPrint("^6Bridge^7: ^3saveStash^7: ^2Saving ^3CodeM^2 stash ^7'^6"..stashName[1].."^7'")
elseif isStarted(OrigenInv) then
for k, v in pairs(items) do