some updates

This commit is contained in:
ineed bots
2024-04-30 11:20:18 -06:00
parent 02761a1013
commit 24c1908c85
5 changed files with 33 additions and 9 deletions

View File

@@ -1027,11 +1027,11 @@ addBots_loop()
if ( fillMode == 0 || fillMode == 2 )
{
amount += players;
}
if ( getdvarint( "bots_manage_fill_spec" ) )
{
amount += spec;
if ( getdvarint( "bots_manage_fill_spec" ) )
{
amount += spec;
}
}
if ( amount < fillAmount )