summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.lua b/init.lua
index 8924785..46604e0 100644
--- a/init.lua
+++ b/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