mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-24 04:18:11 -08:00
Fix Include -> Skill Level Not Working
This commit is contained in:
@@ -74,7 +74,7 @@ function this.draw(buff, buff_UI, position_on_screen, opacity_scale)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local buff_name = buff.name;
|
local buff_name = buff.name;
|
||||||
if cached_config.name_label.include.skill_level and buff.level > 1 then
|
if buff_UI.name_label.include.skill_level and buff.level > 1 then
|
||||||
buff_name = string.format("%s %s%d", buff_name, language.current_language.UI.lv, buff.level);
|
buff_name = string.format("%s %s%d", buff_name, language.current_language.UI.lv, buff.level);
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user