diff options
author | Wuzzy <almikes@aol.com> | 2015-02-09 23:42:56 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2015-02-09 23:42:56 +0100 |
commit | 652da11a1fc16ae89e2fef90e7ccd6603a9a5b02 (patch) | |
tree | ddf54b92653fd15bca791fb507f9833c6f263a6e /init.lua | |
parent | 041e76692bb5b6b41bd15a101ecb51d80f0358ef (diff) |
hud.conf → hudbars.conf
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |