1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-06-07 00:37:42 +00:00
This commit is contained in:
ineed bots 2023-12-16 14:46:18 -06:00
parent a2e8e1bb3b
commit 72997da9d6

View File

@ -1642,6 +1642,9 @@ onGiveLoadout()
{
self waittill( "giveLoadout", team, class, allowCopycat, setPrimarySpawnWeapon );
if ( !allowClassChoice() )
continue;
if ( !isDefined( team ) )
team = self.team;