mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-11-22 01:47:45 +01:00
client: fix some missing newlines in alerts
This commit is contained in:
parent
27dff8ba3f
commit
2113beb9f2
@ -309,7 +309,7 @@ int UTIL_FindEntityInMap( const char *name, float *origin, float *angle )
|
|||||||
|
|
||||||
if( token[0] == '}' )
|
if( token[0] == '}' )
|
||||||
{
|
{
|
||||||
gEngfuncs.Con_DPrintf( "UTIL_FindEntityInMap: closing brace without data" );
|
gEngfuncs.Con_DPrintf( "UTIL_FindEntityInMap: closing brace without data\n" );
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user