Stop bot spasming when waiting to take command

This commit is contained in:
RGreenlees 2024-03-14 14:04:38 +00:00 committed by pierow
parent 3add241a64
commit 7280de3981

View file

@ -1787,7 +1787,7 @@ void BotProgressTakeCommandTask(AvHAIPlayer* pBot)
if (FNullEnt(NearestHuman))
{
BotGuardLocation(pBot, CommChair->v.origin);
BotLookAt(pBot, CommChair);
}
else
{