Fix throwing carepackage

This commit is contained in:
INeedBots 2020-11-10 14:00:29 -06:00
parent c578dce2d6
commit 5df171c375

View File

@ -2021,8 +2021,8 @@ fire_current_weapon()
for (;;) for (;;)
{ {
self thread BotPressAttack(0.1); self thread BotPressAttack(0.05);
wait 0.05; wait 0.1;
} }
} }