Skip to content

Commit

Permalink
Remove redundant check
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Apr 1, 2021
1 parent 27c47c1 commit 6a79579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/ShortcutBar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ RegisterShortcut("invite", L["Invite to Party"], {
_G.FriendsFrame_BattlenetInvite(nil, win.bn.id)
end
else
if isShadowlands and not isTBC then
if isShadowlands then
_G.C_PartyInfo.InviteUnit(win.theUser)
else
_G.InviteUnit(win.theUser)
Expand Down

0 comments on commit 6a79579

Please sign in to comment.