mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-23 06:15:43 +00:00
fix gamemodes
This commit is contained in:
parent
ce58768516
commit
255ca651a0
@ -1483,7 +1483,9 @@ onGiveLoadout_loop()
|
|||||||
if ( isDefined( self.bot_oma_class ) )
|
if ( isDefined( self.bot_oma_class ) )
|
||||||
class = self.bot_oma_class;
|
class = self.bot_oma_class;
|
||||||
|
|
||||||
self botGiveLoadout( self.team, class, !isDefined( self.bot_oma_class ) );
|
if ( allowClassChoiceUtil() )
|
||||||
|
self botGiveLoadout( self.team, class, !isDefined( self.bot_oma_class ) );
|
||||||
|
|
||||||
self.bot_oma_class = undefined;
|
self.bot_oma_class = undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user