mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- pedantically replaced sets of spaces with tabs. i'm that guy.
This commit is contained in:
@ -1074,9 +1074,9 @@ function IceTargetHealth.prototype:CheckPartyRole()
|
||||
end
|
||||
|
||||
if proposalExists == true then
|
||||
isTank = (role == "TANK")
|
||||
isHeal = (role == "HEALER")
|
||||
isDPS = (role == "DAMAGER")
|
||||
isTank = (role == "TANK")
|
||||
isHeal = (role == "HEALER")
|
||||
isDPS = (role == "DAMAGER")
|
||||
end
|
||||
|
||||
if proposalExists == nil then
|
||||
|
Reference in New Issue
Block a user