mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2026-03-23 02:53:02 +00:00
Fixed altmode weapons
This commit is contained in:
@@ -348,7 +348,7 @@ watchRadar()
|
||||
if (player _hasPerk("specialty_coldblooded"))
|
||||
continue;
|
||||
|
||||
if (DistanceSquared(player.origin, scrambler.origin) > 256*256)
|
||||
if (DistanceSquared(player.origin, grenade.origin) > 256*256)
|
||||
continue;
|
||||
|
||||
player.bot_isInRadar = true;
|
||||
|
||||
Reference in New Issue
Block a user