| author | freebaser <ishee.heath@gmail.com> | 2012-04-01 09:55:15 (GMT) |
|---|---|---|
| committer | freebaser <ishee.heath@gmail.com> | 2012-04-01 09:55:15 (GMT) |
| commit | 89d8e5911e0af7f0136fabc12b1a0a3e3accb802 (patch) (side-by-side diff) | |
| tree | 9f4e54ca8a174cfa67d92f9758d8d7fa5c3e5508 | |
| parent | 3f44e06a502e56d401bb47a6010dd49017620212 (diff) | |
| download | oUF_Freebgrid-master.zip | |
| -rwxr-xr-x | freebgrid.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freebgrid.lua b/freebgrid.lua index b428835..f1dfbe0 100755 --- a/freebgrid.lua +++ b/freebgrid.lua @@ -165,7 +165,7 @@ end local assistOverride = function(self, event) local unit = self.unit - if(UnitInRaid(unit) and UnitIsRaidOfficer(unit) and not UnitIsPartyLeader(unit) and not RaidFrameAllAssistCheckButton:GetChecked()) then + if(UnitInRaid(unit) and UnitIsRaidOfficer(unit) and not UnitIsPartyLeader(unit)) then self.Assistant:Show() else self.Assistant:Hide() |
