mirror of
https://repo.or.cz/minetest_hudbars.git
synced 2024-11-24 08:03:46 +01:00
Fix typo
This commit is contained in:
parent
9d76643388
commit
8d2321d647
2
init.lua
2
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user