added local default_path
This commit is contained in:
parent
b1188f284d
commit
01f9686ea0
1 changed files with 2 additions and 0 deletions
2
init.lua
2
init.lua
|
@ -1,4 +1,6 @@
|
||||||
aether2_minetest = {}
|
aether2_minetest = {}
|
||||||
|
local default_path = minetest.get_modpath("aether2_minetest")
|
||||||
|
|
||||||
|
|
||||||
--Load File
|
--Load File
|
||||||
dofile(minetest.get_modpath("aether2_minetest") .. "/config.txt")
|
dofile(minetest.get_modpath("aether2_minetest") .. "/config.txt")
|
||||||
|
|
Loading…
Reference in a new issue