This commit is contained in:
Your Name
2020-08-30 20:01:04 -06:00
parent f8918e872d
commit 42bf0a52c2
2 changed files with 2 additions and 5 deletions

View File

@ -1060,7 +1060,7 @@ bots_watch_touch_obj(obj)
for (;;)
{
wait 0.05;
wait 0.5;
if (!isDefined(obj))
{
@ -1623,7 +1623,7 @@ turret_death_monitor(turret)
for (;;)
{
wait 0.05;
wait 0.5;
if (!isDefined(turret))
break;