1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-09-23 03:36:40 +00:00

More tests

This commit is contained in:
ineedbots
2021-05-12 14:33:23 -06:00
parent f836f7529a
commit d4a617a630
4 changed files with 32 additions and 14 deletions

View File

@@ -1408,7 +1408,7 @@ onGiveLoadout()
if (isDefined(self.bot_oma_class))
class = self.bot_oma_class;
//self botGiveLoadout(self.team, class, !isDefined(self.bot_oma_class));
self botGiveLoadout(self.team, class, !isDefined(self.bot_oma_class));
self.bot_oma_class = undefined;
}
}