diff --git a/modules/client_terminal/commands.lua b/modules/client_terminal/commands.lua index 1ac3d575..4ee5b4a8 100644 --- a/modules/client_terminal/commands.lua +++ b/modules/client_terminal/commands.lua @@ -40,7 +40,7 @@ function debugContainersItems() stackable:]] ..tostring(item:isStackable()) .. [[, marketable:]] ..tostring(item:isMarketable()) .. [[, nvocation:]]..(item:getMarketData() and item:getMarketData().restrictVocation or 'none') ..[[, - ncloth slot:]] ..item:getClothSlot() + ncloth slot:]] ..item:getClothSlot() .. [[ ]] g_tooltip.display(text) end