Polishing of mods checking

master
BrunoMine 2019-02-19 15:40:15 -03:00
parent a653ee2cc0
commit a780d10400
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
local S = xpro.S
-- Mod Hudbars
if hb then
if minetest.get_modpath("hudbars") then
local get_progress = function(my_xp, my_lvl)
if xpro.niveis[my_lvl+1] == nil then return 100 end

View File

@ -9,7 +9,7 @@
Inventario sfinv
]]
if sfinv == nil then return end
if not minetest.get_modpath("sfinv") then return end
-- Traduções
local S = xpro.S