engine: client: use Con_Printf instead of Con_Print (which is just printing to console, not the logging)

This commit is contained in:
Alibek Omarov
2024-07-03 04:22:28 +03:00
parent 3088c7f198
commit 768755c31a
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -847,7 +847,6 @@ void Con_Print( const char *txt )
static char buf[MAX_PRINT_MSG];
qboolean norefresh = false;
static int lastlength = 0;
static qboolean inupdate;
static int bufpos = 0;
int c, mask = 0;