mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 03:54:54 +02:00
Remove print from purse code
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user