OC-Tsuki/.buildactions/fe_debug.lua

5 lines
83 B
Lua

function actions.debug()
for i=1, #actions do
actions[actions[i]](true)
end
end