small update

This commit is contained in:
ineed bots
2024-04-30 12:50:15 -06:00
parent 746e10633a
commit f0eeda9b50
5 changed files with 34 additions and 10 deletions

View File

@@ -449,7 +449,7 @@ fixPerksAndScriptKick()
onDisconnectPlayer()
{
name = self.name;
self waittill( "disconnect" );
waittillframeend;
@@ -1014,11 +1014,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 )