mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-24 12:28:03 -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
|
||||
|
||||
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);
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user