mirror of
https://github.com/ENSL/NS.git
synced 2025-03-14 06:34:33 +00:00
Stop bot spasming when waiting to take command
This commit is contained in:
parent
3add241a64
commit
7280de3981
1 changed files with 1 additions and 1 deletions
|
@ -1787,7 +1787,7 @@ void BotProgressTakeCommandTask(AvHAIPlayer* pBot)
|
|||
|
||||
if (FNullEnt(NearestHuman))
|
||||
{
|
||||
BotGuardLocation(pBot, CommChair->v.origin);
|
||||
BotLookAt(pBot, CommChair);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue