forked from mtcontrib/minetest_hudbars
hud.conf → hudbars.conf
This commit is contained in:
4
init.lua
4
init.lua
@ -218,9 +218,9 @@ end
|
||||
|
||||
|
||||
--load custom settings
|
||||
local set = io.open(minetest.get_modpath("hudbars").."/hud.conf", "r")
|
||||
local set = io.open(minetest.get_modpath("hudbars").."/hudbars.conf", "r")
|
||||
if set then
|
||||
dofile(minetest.get_modpath("hudbars").."/hud.conf")
|
||||
dofile(minetest.get_modpath("hudbars").."/hudbars.conf")
|
||||
set:close()
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user