mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-23 21:24:27 +00:00
Merge pull request #2 from YGGverse/bot10-allow-min_bots-0
allow min_bots=0
This commit is contained in:
commit
bbffb97736
@ -117,7 +117,7 @@ BOOL ClientConnect( edict_t *pEntity, const char *pszName, const char *pszAddres
|
||||
|
||||
// if there are currently more than the minimum number of bots running
|
||||
// then kick one of the bots off the server...
|
||||
if( ( min_bots != 0 ) && ( count > min_bots ) )
|
||||
if( count > min_bots )
|
||||
{
|
||||
for( i = 0; i < 32; i++ )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user