diff options
author | BlockMen <nmuelll@web.de> | 2015-04-13 12:12:58 +0200 |
---|---|---|
committer | BlockMen <nmuelll@web.de> | 2015-04-13 12:16:57 +0200 |
commit | b1f31d7c53c5bb3633e40287e9a6337ee5c6e3b2 (patch) | |
tree | b5247f1e74027f87ce6d908f7c68dbf51bb31ce8 | |
parent | 6493945d25ea9ea7a94e655f8957dca5e866da1e (diff) |
Fix typo causing endless updating
-rw-r--r-- | itemwheel.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |