Fix crash due to missing legacy.lua dofile
This commit is contained in:
parent
779e0973a6
commit
2a8f8563c4
1 changed files with 1 additions and 0 deletions
|
@ -45,3 +45,4 @@ dofile(default_path.."/item_entity.lua")
|
|||
dofile(default_path.."/craftitems.lua")
|
||||
dofile(default_path.."/crafting.lua")
|
||||
dofile(default_path.."/aliases.lua")
|
||||
dofile(default_path.."/legacy.lua")
|
||||
|
|
Loading…
Reference in a new issue