From 8351682edf630d2d1ec706f0cf6406d026c7a8a4 Mon Sep 17 00:00:00 2001 From: oy Date: Wed, 17 Nov 2010 13:01:46 +0100 Subject: added constants for console types by Choupom --- src/game/client/gameclient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/client/gameclient.cpp') diff --git a/src/game/client/gameclient.cpp b/src/game/client/gameclient.cpp index cffbf7ae..26de650e 100644 --- a/src/game/client/gameclient.cpp +++ b/src/game/client/gameclient.cpp @@ -586,7 +586,7 @@ void CGameClient::OnEnterGame() {} void CGameClient::OnRconLine(const char *pLine) { - m_pGameConsole->PrintLine(1, pLine); + m_pGameConsole->PrintLine(CGameConsole::CONSOLETYPE_REMOTE, pLine); } void CGameClient::ProcessEvents() -- cgit 1.4.1