Change event behavior

This commit is contained in:
Joachim Stolberg 2023-05-29 16:52:07 +02:00
parent 84971f05b3
commit 4b164afca3

View File

@ -415,9 +415,6 @@ local function call_loop(pos, meta, elapsed)
end
end
-- further messages available?
if next(Cache[number].inputs["msg"]) then
minetest.after(1, call_loop, pos, meta, -1)
end
return res
end
end