mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
engine: client: fix incorrect mark for ConsolePrint notifications
This commit is contained in:
parent
fce8afabfb
commit
3e9f2df2bf
@ -1940,7 +1940,7 @@ static void GAME_EXPORT pfnConsolePrint( const char *string )
|
||||
return;
|
||||
|
||||
// WON GoldSrc behavior
|
||||
if( string[0] != '1' )
|
||||
if( string[0] != 1 )
|
||||
Con_Printf( "%s", string );
|
||||
else
|
||||
Con_NPrintf( 0, "%s", string + 1 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user