diff --git a/src/hu_stuff.c b/src/hu_stuff.c
index 72b1ab27f3ab74e1719223ba144cd66b7db53f5e..ea456ba69efeaf2a40ac005acf7238e0a1b5814b 100644
--- a/src/hu_stuff.c
+++ b/src/hu_stuff.c
@@ -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.
 	}