mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- Fixed GetLFGMode() errors in 5.0
This commit is contained in:
@ -1067,13 +1067,7 @@ function IceTargetHealth.prototype:UpdateBar(scale, color, alpha)
|
||||
end
|
||||
|
||||
function IceTargetHealth.prototype:CheckPartyRole()
|
||||
local IsLFGParty
|
||||
local mode, submode
|
||||
|
||||
mode, submode= GetLFGMode()
|
||||
IsLFGParty = (mode ~= nil and mode ~= "abandonedInDungeon" and mode ~= "queued")
|
||||
|
||||
if self.configMode or IsLFGParty then
|
||||
if self.configMode or IceHUD:GetIsInLFGGroup() then
|
||||
if self.configMode or self.moduleSettings.showPartyRoleIcon then
|
||||
local isTank, isHeal, isDPS
|
||||
local proposalExists, typeID, id, name
|
||||
|
Reference in New Issue
Block a user