Skip to content

Commit

Permalink
Fix text formatting for game icon texture
Browse files Browse the repository at this point in the history
  • Loading branch information
solocommand committed Oct 27, 2022
1 parent e2a0cfb commit 6e63920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ function addon:renderBattleNet(tooltip, friends, isBnetClient, collapseVar)
return "|TInterface\\FriendsFrame\\Battlenet-WoWicon:0|t"
end
elseif client and client ~= "" then
return "|T"..BNet_GetClientEmbeddedAtlas(client)..":0|t"
return BNet_GetClientEmbeddedAtlas(client)
end
return spacer()
end
Expand Down

0 comments on commit 6e63920

Please sign in to comment.