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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);
}