Remove print from purse code

This commit is contained in:
Sam 2014-03-13 00:13:39 +01:00
parent a58a3e90c8
commit 4f79a30689
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ function init()
local function purseFunction() local function purseFunction()
local purse = g_game.getLocalPlayer():getInventoryItem(InventorySlotPurse) local purse = g_game.getLocalPlayer():getInventoryItem(InventorySlotPurse)
if purse then if purse then
print(purse:getId())
g_game.use(purse) g_game.use(purse)
end end
end end