mirror of
https://github.com/ineedbots/t4_bot_warfare.git
synced 2025-09-23 15:16:39 +00:00
small update
This commit is contained in:
@@ -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 )
|
||||
|
Reference in New Issue
Block a user