This commit is contained in:
INeedBots 2020-11-28 02:08:42 -06:00
parent c9218c38c6
commit 5f70e84868

View File

@ -948,6 +948,8 @@ start_bot_threads()
// war and cap // war and cap
} }
// revive
} }
/* /*
@ -2156,7 +2158,7 @@ bot_weapon_think()
if(weap == "") if(weap == "")
continue; continue;
self sayall(weap);
self thread ChangeToWeapon(weap); self thread ChangeToWeapon(weap);
} }
} }