2
0
mirror of https://github.com/FWGS/hlsdk-xash3d synced 2024-11-21 09:26:14 +01:00

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

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;
}