fix these

This commit is contained in:
ineed bots
2023-12-22 00:28:29 -06:00
parent e181931ca2
commit c342446e46
2 changed files with 2 additions and 7 deletions

View File

@@ -48,8 +48,7 @@ BotDoChat( chance, string, isTeam )
return;
}
if ( chance >= 100 || mod >= 100.0 ||
( randomint( 100 ) < ( chance * mod ) + 0 ) )
if ( chance >= 100 || mod >= 100.0 || ( randomint( 100 ) < ( chance * mod ) + 0 ) )
{
if ( isdefined( isTeam ) && isTeam )
{