Fix wrong file name in dofile

Excuse me for inconveniences, I hope nobody used content from vector_meta.lua.
This commit is contained in:
Hybrid Dog 2017-12-25 20:52:09 +01:00
parent 02df8d2d46
commit 8d78f3cb9b
1 changed files with 1 additions and 1 deletions

View File

@ -962,7 +962,7 @@ end
vector_extras_functions = funcs
local path = minetest.get_modpath"vector_extras"
dofile(path .. "/vector_meta.lua")
dofile(path .. "/legacy.lua")
--dofile(minetest.get_modpath("vector_extras").."/vector_meta.lua")
vector_extras_functions = nil