Fix sentry

This commit is contained in:
INeedBots 2020-11-22 16:56:29 -06:00
parent e37e5b2bf7
commit cad30be47c

View File

@ -3649,6 +3649,7 @@ bot_killstreak_think()
self notify("place_sentry"); self notify("place_sentry");
wait 0.05; wait 0.05;
self notify("cancel_sentry"); self notify("cancel_sentry");
wait 0.5;
self thread changeToWeapon(curWeap); self thread changeToWeapon(curWeap);