From 54c6048d2bfcb372e881cc5fa53a0bc055850727 Mon Sep 17 00:00:00 2001 From: ineed bots Date: Mon, 9 May 2022 19:58:39 -0600 Subject: [PATCH] fix --- userraw/maps/mp/bots/_bot_chat.gsc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userraw/maps/mp/bots/_bot_chat.gsc b/userraw/maps/mp/bots/_bot_chat.gsc index 6b328d6..e983ddc 100644 --- a/userraw/maps/mp/bots/_bot_chat.gsc +++ b/userraw/maps/mp/bots/_bot_chat.gsc @@ -1683,10 +1683,10 @@ bot_chat_killstreak_watch( state, streakName, c, directionYaw, e, f, g ) switch ( state ) { case "call": + location = c; + switch ( streakName ) { - location = c; - case "helicopter_flares": switch ( randomint( 1 ) ) {