hud.conf → hudbars.conf

This commit is contained in:
Wuzzy
2015-02-09 23:42:56 +01:00
parent 041e76692b
commit 652da11a1f
3 changed files with 3 additions and 3 deletions

View File

@ -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