remove extra '%' in percentage score
This commit is contained in:
@@ -64,7 +64,7 @@ if ShowStandardDecoration("ItsARecord") then
|
|||||||
self:GetChild("Record"):visible( false );
|
self:GetChild("Record"):visible( false );
|
||||||
self:GetChild("NoRecord"):visible( true );
|
self:GetChild("NoRecord"):visible( true );
|
||||||
if hsl then
|
if hsl then
|
||||||
self:GetChild("NoRecord"):settext(hsName..":\n"..hsPerc .. "%");
|
self:GetChild("NoRecord"):settext(hsName..":\n"..hsPerc);
|
||||||
else
|
else
|
||||||
self:GetChild("NoRecord"):settext("");
|
self:GetChild("NoRecord"):settext("");
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user