mods - hudbars - improve warning message definition about old api vs newer one of 3d_armor
* backport commit 94de1bf2bc75071526d1a68d29bc9c4ed9da5dd0 from upstream
This commit is contained in:
parent
c398a66406
commit
ab354d538d
@ -24,13 +24,15 @@ end
|
||||
|
||||
local N = function(s) return s end
|
||||
|
||||
local modarmors = minetest.get_modpath("3d_armor")
|
||||
local modhbarm = minetest.get_modpath("hbarmor")
|
||||
local modhbhung = minetest.get_modpath("hbhunger")
|
||||
local modarmors = minetest.get_modpath("3d_armor") or false
|
||||
local modhbarm = minetest.get_modpath("hbarmor") or false
|
||||
local modhbhung = minetest.get_modpath("hbhunger") or false
|
||||
|
||||
if modarmors then
|
||||
if (not armor) or (not armor.def) then
|
||||
minetest.log("error", "[hbarmor] Outdated 3d_armor version. Please update your version of 3d_armor!")
|
||||
end
|
||||
end
|
||||
|
||||
hb = {}
|
||||
hb.version = "2.3.5.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user