mirror of
https://github.com/DarkflameUniverse/DarkflameServer
synced 2025-07-25 04:54:47 +00:00
Address Force movement behaviors triggering twice (#878)
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user