From b1f31d7c53c5bb3633e40287e9a6337ee5c6e3b2 Mon Sep 17 00:00:00 2001 From: BlockMen Date: Mon, 13 Apr 2015 12:12:58 +0200 Subject: Fix typo causing endless updating --- itemwheel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itemwheel.lua b/itemwheel.lua index bee36d9..2b816da 100644 --- a/itemwheel.lua +++ b/itemwheel.lua @@ -91,7 +91,7 @@ local function update_wheel(player) -- update wielded buffer if hb[name].id[2] ~= nil then - hb[name].item = item + hb[name].item = item2 end end -- cgit v1.2.3