Fix the chat being displayed in singleplayer if there are stillmessages

This commit is contained in:
Latapostrophe 2018-12-23 10:50:36 +01:00
parent 11f44f7ce9
commit db8e1c0393
1 changed files with 1 additions and 1 deletions

View File

@ -2001,7 +2001,7 @@ void HU_Drawer(void)
{
typelines = 1;
chat_scrolltime = 0;
if (!OLDCHAT && cv_consolechat.value < 2) // Don't display minimized chat if you set the mode to Window (Hidden)
if (!OLDCHAT && cv_consolechat.value < 2 && netgame) // Don't display minimized chat if you set the mode to Window (Hidden)
HU_drawMiniChat(); // draw messages in a cool fashion.
}