From 652da11a1fc16ae89e2fef90e7ccd6603a9a5b02 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 9 Feb 2015 23:42:56 +0100 Subject: =?UTF-8?q?hud.conf=20=E2=86=92=20hudbars.conf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.lua') 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 -- cgit v1.2.3