1
0
mirror of https://github.com/kepler155c/opus synced 2025-12-17 05:38:07 +00:00

rttp initial version -- insecure

This commit is contained in:
kepler155c@gmail.com
2018-03-30 13:12:46 -04:00
parent a17677730f
commit 3dd351cc86
8 changed files with 272 additions and 4 deletions

View File

@@ -252,7 +252,7 @@ local function init(...)
local files = fs.list(dir)
table.sort(files)
for _,file in ipairs(files) do
local level = file:match('(%d).%S+.lua')
local level = file:match('(%d).%S+.lua') or 99
if tonumber(level) <= runLevel then
local s, m = shell.run(fs.combine(dir, file))
if not s then