mirror of
https://github.com/ENSL/NS.git
synced 2025-03-14 06:34:33 +00:00
Fixed commander update
This commit is contained in:
parent
4a45a093ae
commit
f2ee8e1dbe
1 changed files with 2 additions and 2 deletions
|
@ -716,9 +716,9 @@ void AIMGR_UpdateAIPlayers()
|
|||
|
||||
if (bHasRoundStarted)
|
||||
{
|
||||
if (UpdateIndex == FrameSpread)
|
||||
if (IsPlayerCommander(bot->Edict))
|
||||
{
|
||||
if (IsPlayerCommander(bot->Edict))
|
||||
if (UpdateIndex == FrameSpread)
|
||||
{
|
||||
AIPlayerThink(bot);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue