Update Tooltip.lua
This commit is contained in:
+2
-1
@@ -111,13 +111,14 @@ local function ExtendTooltip(tooltip)
|
|||||||
end
|
end
|
||||||
if lastSourceStr then
|
if lastSourceStr then
|
||||||
AddSourceLine(tooltip, lastSourceStr)
|
AddSourceLine(tooltip, lastSourceStr)
|
||||||
|
tooltip:Show()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
if tooltipMoney > 0 then
|
if tooltipMoney > 0 then
|
||||||
original_SetTooltipMoney(tooltip, tooltipMoney)
|
original_SetTooltipMoney(tooltip, tooltipMoney)
|
||||||
|
tooltip:Show()
|
||||||
end
|
end
|
||||||
tooltip:Show()
|
|
||||||
end
|
end
|
||||||
|
|
||||||
local lastSearchName
|
local lastSearchName
|
||||||
|
|||||||
Reference in New Issue
Block a user