master
rnd 2015-04-12 13:02:47 +02:00
parent 3604b8122d
commit 9380e3c889
1 changed files with 2 additions and 0 deletions

View File

@ -85,6 +85,8 @@ end)
function mesecon.queue:execute(action)
if action.pos == nil then return end -- rnd safety?
if action.pos.x == nil then return end
mesecon.queue.funcs[action.func](action.pos, unpack(action.params))
end