diff --git a/src/game/client/components/chat.cpp b/src/game/client/components/chat.cpp index 2af1bf14e..def7e8e52 100644 --- a/src/game/client/components/chat.cpp +++ b/src/game/client/components/chat.cpp @@ -104,7 +104,7 @@ void CChat::ConShowChat(IConsole::IResult *pResult, void *pUserData) void CChat::ConEcho(IConsole::IResult *pResult, void *pUserData) { - ((CChat *)pUserData)->AddLine(-2, -2, pResult->GetString(0)); + ((CChat *)pUserData)->AddLine(-2, 0, pResult->GetString(0)); } void CChat::OnConsoleInit()