From 4f79a306890467521055383d353083c31c3b7d50 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 13 Mar 2014 00:13:39 +0100 Subject: [PATCH] Remove print from purse code --- modules/game_inventory/inventory.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/game_inventory/inventory.lua b/modules/game_inventory/inventory.lua index ae1a81d8..89e8f4f9 100644 --- a/modules/game_inventory/inventory.lua +++ b/modules/game_inventory/inventory.lua @@ -33,7 +33,6 @@ function init() local function purseFunction() local purse = g_game.getLocalPlayer():getInventoryItem(InventorySlotPurse) if purse then - print(purse:getId()) g_game.use(purse) end end