small changes

This commit is contained in:
ineed bots
2024-04-30 11:03:31 -06:00
parent 28c490b4e6
commit 4fc08e0513
4 changed files with 26 additions and 14 deletions
+5 -5
View File
@@ -1088,11 +1088,11 @@ addBots_loop()
if ( fillMode == 0 || fillMode == 2 )
{
amount += players;
}
if ( getcvarint( "bots_manage_fill_spec" ) )
{
amount += spec;
if ( getcvarint( "bots_manage_fill_spec" ) )
{
amount += spec;
}
}
if ( amount < fillAmount )