mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-23 21:24:27 +00:00
Fix build.
This commit is contained in:
parent
c9fdcd91e8
commit
5d85a3be8d
@ -1635,7 +1635,7 @@ void CHalfLifeMultiplay::ChangeLevel( void )
|
|||||||
ALERT( at_console, "PLAYER COUNT: min %i max %i current %i\n", minplayers, maxplayers, curplayers );
|
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 );
|
ALERT( at_console, "RULES: %s\n", szRules );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user