1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-03 17:27:47 +00:00

fixed style #2

This commit is contained in:
AriAvery 2018-07-16 12:05:51 +02:00
parent 57e1ed8503
commit 7ef913ad19

View file

@ -315,7 +315,7 @@ bool Core::TerritoryMgr::isHousingTerritory(uint32_t territoryTypeId) const
{ {
auto pTeri = getTerritoryDetail( territoryTypeId ); auto pTeri = getTerritoryDetail( territoryTypeId );
if (!pTeri) if( !pTeri )
return false; return false;
return pTeri->territoryIntendedUse == TerritoryIntendedUse::HousingArea; return pTeri->territoryIntendedUse == TerritoryIntendedUse::HousingArea;