Fixed bot knifing

This commit is contained in:
INeedBots
2021-01-18 19:08:39 -06:00
parent 5b74f8f563
commit 5cd66b4a28
2 changed files with 8 additions and 0 deletions

View File

@ -98,6 +98,8 @@ bot_give_loadout()
self takeAllWeapons();
self GiveWeapon( "knife_mp" );
weap = self.pers["bot"]["class_primary"];
if(weap == "")
weap = "ak47_mp";