mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
tidy up init.lua
This commit is contained in:
parent
8ef1d348d2
commit
67e1e957d4
1 changed files with 0 additions and 3 deletions
|
@ -7,9 +7,6 @@ local test_id_paths = {
|
|||
"stacktrace.test.lua",
|
||||
}
|
||||
|
||||
-- Helper functions
|
||||
local update = function(a,k,v) a[k] = v end
|
||||
|
||||
-- Test loader
|
||||
local test_loader = function (path)
|
||||
for _, v in ipairs(test_id_paths) do dofile(path .. v) end
|
||||
|
|
Loading…
Reference in a new issue