mirror of
https://github.com/HybridDog/vector_extras.git
synced 2024-11-22 15:33:44 +01:00
Fix wrong file name in dofile
Excuse me for inconveniences, I hope nobody used content from vector_meta.lua.
This commit is contained in:
parent
02df8d2d46
commit
8d78f3cb9b
2
init.lua
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user