This commit is contained in:
Kenny Shields 2014-02-14 02:22:02 -05:00
parent 30cbac82c0
commit 470632ae64

View File

@ -275,6 +275,8 @@ function newobject:SetText(t)
end
if v.link then
link = true
else
link = false
end
elseif dtype == "number" then
table.insert(self.formattedtext, {font = prevfont, color = prevcolor, linkcolor = prevlinkcolor, linkhovercolor = prevlinkhovercolor, link = link, text = tostring(v)})