From 8d78f3cb9bcc24595817c054d721c32b3a0471bd Mon Sep 17 00:00:00 2001 From: Hybrid Dog Date: Mon, 25 Dec 2017 20:52:09 +0100 Subject: [PATCH] Fix wrong file name in dofile Excuse me for inconveniences, I hope nobody used content from vector_meta.lua. --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 4d63f9d..be8e593 100644 --- a/init.lua +++ b/init.lua @@ -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