Fix build.

This commit is contained in:
Andrey Akhmichin 2019-09-24 03:06:07 +05:00
parent c9fdcd91e8
commit 5d85a3be8d
1 changed files with 1 additions and 1 deletions

View File

@ -1635,7 +1635,7 @@ void CHalfLifeMultiplay::ChangeLevel( void )
ALERT( at_console, "PLAYER COUNT: min %i max %i current %i\n", minplayers, maxplayers, curplayers );
}
if( szRules != '\0' )
if( szRules[0] != '\0' )
{
ALERT( at_console, "RULES: %s\n", szRules );
}