Address Force movement behaviors triggering twice (#878)

This commit is contained in:
Aaron Kimbrell
2022-12-08 00:13:25 -07:00
committed by GitHub
parent fde62a4777
commit 8886bf6547

View File

@ -75,5 +75,5 @@ void ForceMovementBehavior::SyncCalculation(BehaviorContext* context, RakNet::Bi
this->m_hitAction->Calculate(context, bitStream, branch);
this->m_hitEnemyAction->Calculate(context, bitStream, branch);
this->m_hitEnemyAction->Calculate(context, bitStream, branch);
this->m_hitFactionAction->Calculate(context, bitStream, branch);
}