Skip to content

Commit 8cb3c6d

Browse files
justjuanguijustjuangui
andauthored
Tooltip while Hovering on jewel socket for 0.1 version was fixed (#928)
Co-authored-by: justjuangui <servicios@juacarvajal.com>
1 parent fd8edfa commit 8cb3c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Classes/PassiveTreeView.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,7 @@ function PassiveTreeViewClass:AddNodeTooltip(tooltip, node, build, incSmallPassi
11221122
self:AddNodeName(tooltip, node, build)
11231123
end
11241124
tooltip:AddSeparator(14)
1125-
if socket:IsEnabled() then
1125+
if socket ~= nil and socket:IsEnabled() then
11261126
tooltip:AddLine(14, colorCodes.TIP.."Tip: Right click this socket to go to the items page and choose the jewel for this socket.")
11271127
end
11281128
tooltip:AddLine(14, colorCodes.TIP.."Tip: Hold Shift or Ctrl to hide this tooltip.")

0 commit comments

Comments
 (0)