Fix duplicate

This commit is contained in:
Michał 2017-05-24 23:02:16 +02:00 committed by def
parent f7e64fe99e
commit ebe894faef

View file

@ -929,8 +929,6 @@ void CChat::OnRender()
TextRender()->TextColor(rgb.r, rgb.g, rgb.b, Blend);
}
int Length = str_length(m_aLines[r].m_aText);
for (int i = 0; i < Length; )
{
//maybe replace with pointer and remove "Found"?