mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-03 01:07:47 +00:00
fixed style #2
This commit is contained in:
parent
57e1ed8503
commit
7ef913ad19
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ bool Core::TerritoryMgr::isHousingTerritory(uint32_t territoryTypeId) const
|
|||
{
|
||||
auto pTeri = getTerritoryDetail( territoryTypeId );
|
||||
|
||||
if (!pTeri)
|
||||
if( !pTeri )
|
||||
return false;
|
||||
|
||||
return pTeri->territoryIntendedUse == TerritoryIntendedUse::HousingArea;
|
||||
|
|
Loading…
Add table
Reference in a new issue