diff --git a/src/game/client/components/chat.cpp b/src/game/client/components/chat.cpp index 0ecafa6cf..4d1997c5c 100644 --- a/src/game/client/components/chat.cpp +++ b/src/game/client/components/chat.cpp @@ -227,6 +227,7 @@ void CChat::OnRender() y -= Cursor.m_Y + Cursor.m_FontSize; // cut off if msgs waste too much space + float HeightLimit = m_Show ? 0.0f : 200.0f; if(y < HeightLimit) break;