luanti_scripts/debug.lua
2025-03-29 07:20:28 +03:00

8 lines
127 B
Lua

if event.type == "program" then
mem.events = {}
end
if event.type == "digiline" then
table.insert(mem.events, event)
end