From 72997da9d63e23049189b362f50c02cf7bddba2d Mon Sep 17 00:00:00 2001 From: ineed bots Date: Sat, 16 Dec 2023 14:46:18 -0600 Subject: [PATCH] fix --- maps/mp/bots/_bot_script.gsc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/maps/mp/bots/_bot_script.gsc b/maps/mp/bots/_bot_script.gsc index 311f117..c0dc4f5 100644 --- a/maps/mp/bots/_bot_script.gsc +++ b/maps/mp/bots/_bot_script.gsc @@ -1642,6 +1642,9 @@ onGiveLoadout() { self waittill( "giveLoadout", team, class, allowCopycat, setPrimarySpawnWeapon ); + if ( !allowClassChoice() ) + continue; + if ( !isDefined( team ) ) team = self.team;