1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-25 19:17:45 +00:00

Whitespace

This commit is contained in:
Daniel Davies 2020-05-05 14:02:26 +01:00
parent 4c6c40bf70
commit 954a2fd984

View file

@ -494,7 +494,7 @@ void Sapphire::Entity::BNpc::update( uint64_t tickCount )
auto distanceOrig = Util::distance( getPos().x, getPos().y, getPos().z,
m_spawnPos.x, m_spawnPos.y, m_spawnPos.z );
if (pHatedActor && pHatedActor->getCurrentTerritory() != m_pCurrentTerritory )
if ( pHatedActor && pHatedActor->getCurrentTerritory() != m_pCurrentTerritory )
{
hateListRemove( pHatedActor );
pHatedActor = hateListGetHighest();