From 45d55b63d9e6bb56efeb13c0ab65e74b55596ee0 Mon Sep 17 00:00:00 2001 From: niczkx Date: Tue, 24 Jul 2012 14:00:38 -0600 Subject: [PATCH] typo --- modules/client_terminal/commands.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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