Remove print from purse code

master
Sam 10 年之前
父節點 a58a3e90c8
當前提交 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…
取消
儲存