From 8d2321d647dc0c586fe94ee16cd4be790ed17ef8 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 19 May 2015 23:39:26 +0200 Subject: [PATCH] Fix typo --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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