remove refrences to 'legacy.lua'

master
Skamiz 2020-04-11 11:25:27 +02:00
parent 92efe723fb
commit cb7c5ae0d9
2 changed files with 0 additions and 3 deletions

View File

@ -55,6 +55,4 @@ allow_defined_top = true
exclude_files = {
-- bad syntax is tested here
"mods/modutil/LuaVenusCompiler/testout/",
-- there is horrible stuff in there, don't use it
"mods/ws_core/legacy.lua"
}

View File

@ -38,7 +38,6 @@ dofile(ws_core_path.."/craftitems.lua")
dofile(ws_core_path.."/crafting.lua")
dofile(ws_core_path.."/mapgen.lua")
dofile(ws_core_path.."/aliases.lua")
dofile(ws_core_path.."/legacy.lua")
dofile(ws_core_path.."/trees.lua")
dofile(ws_core_path.."/tools.lua")
dofile(ws_core_path.."/storage.lua")