OC-Tsuki/.buildactions/fe_debug.lua
Sam Roxanne c9c05221d9 wot
2020-06-02 01:23:58 -05:00

5 lines
83 B
Lua

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