client: fix some missing newlines in alerts

This commit is contained in:
Alibek Omarov 2024-08-14 11:58:44 +03:00 committed by Andrey Akhmichin
parent 27dff8ba3f
commit 2113beb9f2
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ int UTIL_FindEntityInMap( const char *name, float *origin, float *angle )
if( token[0] == '}' )
{
gEngfuncs.Con_DPrintf( "UTIL_FindEntityInMap: closing brace without data" );
gEngfuncs.Con_DPrintf( "UTIL_FindEntityInMap: closing brace without data\n" );
return 0;
}