1
0
mirror of https://repo.or.cz/minetest_hudbars.git synced 2025-06-30 15:30:26 +02:00

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