remove extra '%' in percentage score

This commit is contained in:
AJ Kelly
2009-04-03 21:42:23 +00:00
parent 2a4f8d956a
commit 144f5e530c
@@ -64,7 +64,7 @@ if ShowStandardDecoration("ItsARecord") then
self:GetChild("Record"):visible( false );
self:GetChild("NoRecord"):visible( true );
if hsl then
self:GetChild("NoRecord"):settext(hsName..":\n"..hsPerc .. "%");
self:GetChild("NoRecord"):settext(hsName..":\n"..hsPerc);
else
self:GetChild("NoRecord"):settext("");
end