mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Fix team for echo
This commit is contained in:
parent
224b9d5443
commit
1f636fe875
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue