Got it running

This commit is contained in:
INeedGames
2020-11-09 00:48:01 -06:00
parent 07bad9e79d
commit 7dde4d75e9
4 changed files with 88 additions and 94 deletions

View File

@ -58,7 +58,5 @@ onBotGivenLoadout()
self [[game[self.team+"_model"]["GHILLIE"]]]();
else
self [[game[self.team+"_model"]["SNIPER"]]]();
// reset the bot anim model
self maps\mp\bots\_bot_internal::botsDeleteFakeAnim();
}
}