forked from mtcontrib/Minetest-WorldEdit
Split up some files in worldedit mod
This commit is contained in:
@ -39,6 +39,6 @@ if minetest.settings:get_bool("log_mods") then
|
||||
end
|
||||
|
||||
if minetest.settings:get_bool("worldedit_run_tests") then
|
||||
dofile(path .. "/test.lua")
|
||||
dofile(path .. "/test/init.lua")
|
||||
minetest.after(0, worldedit.run_tests)
|
||||
end
|
||||
|
Reference in New Issue
Block a user