Skip to content

Commit

Permalink
Silly mistake, interrupts should work better now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Uberi committed May 21, 2013
1 parent 682cf34 commit 24160d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesecons_luacontroller/init.lua
Expand Up @@ -151,7 +151,7 @@ local getinterrupt = function(pos)
local interrupts = minetest.deserialize(meta:get_string("lc_interrupts")) or {}
local found = false
for _, i in ipairs(interrupts) do
if minetest.serialize(i) == minetest.serialize(event.iid) then
if minetest.serialize(i) == minetest.serialize(iid) then
found = true
break
end
Expand Down

0 comments on commit 24160d4

Please sign in to comment.