Bots stop throwing grenades while bombing

This commit is contained in:
INeedBots
2020-11-22 18:25:25 -06:00
parent ec7428848c
commit 6779be3373
2 changed files with 2 additions and 6 deletions

View File

@ -463,9 +463,6 @@ grenade_danager()
if(self isDefusing() || self isPlanting())
continue;
if (self.disabledWeapon)
continue;
myEye = self getEye();
for (i = level.bots_fragList.count-1; i >= 0; i--)
{