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;