mirror of
https://github.com/edubart/otclient.git
synced 2025-05-01 10:09:21 +02:00
Remove print from purse code
This commit is contained in:
parent
a58a3e90c8
commit
4f79a30689
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user