summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2015-05-19 23:39:26 +0200
committerWuzzy <almikes@aol.com>2015-05-19 23:39:26 +0200
commit8d2321d647dc0c586fe94ee16cd4be790ed17ef8 (patch)
tree7fe32ef5469b33d57eac5420448f1948cd933a71 /init.lua
parent9d76643388bffae3b1126e71d565c840207db5da (diff)
Fix typo
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index ad6d57c..586da5e 100644
--- a/init.lua
+++ b/init.lua
@@ -48,7 +48,7 @@ if bar_type ~= nil then
hb.settings.bar_type = bar_type
if bar_type ~= "progress_bar" and bar_type ~= "statbar_classic" and bar_type ~= "statbar_modern" then
hb.settings.bar_type = "progress_bar"
- minetest.log("error", "[hudbars] Invalid value for hudbars_alignment_pattern! Using default (progress_bar).")
+ minetest.log("error", "[hudbars] Invalid value for hudbars_bar_type! Using default (progress_bar).")
end
end