- pedantically replaced sets of spaces with tabs. i'm that guy.

This commit is contained in:
Parnic
2010-11-05 01:48:46 +00:00
parent 508b022572
commit a93bcaf190
6 changed files with 136 additions and 136 deletions

View File

@ -1017,12 +1017,12 @@ function PlayerHealth.prototype:CheckPartyRole()
IceHUD:Debug( tostring(proposalExists) .."**".. tostring(typeID) .."**".. tostring(id) .."**".. tostring(name) .."**".. tostring(texture) .."**".. tostring(role) .."**".. tostring(hasResponded) .."**".. tostring(totalEncounters) .."**".. tostring(completedEncounters) .."**".. tostring(numMembers) .."**".. tostring(isleader) )
if proposalExists == true then
IceHUD:Debug(tostring(typeID).." "..role)
isTank = (role == "TANK")
isHeal = (role == "HEALER")
isDPS = (role == "DAMAGER")
IceHUD:Debug(tostring(typeID).." "..role)
isTank = (role == "TANK")
isHeal = (role == "HEALER")
isDPS = (role == "DAMAGER")
else
IceHUD:Debug("NoProposal")
IceHUD:Debug("NoProposal")
end
IceHUD:Debug("---")