1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 22:37:45 +00:00

fixed style #2

This commit is contained in:
AriAvery 2018-07-16 12:05:51 +02:00
parent d31a33732c
commit 627a816f6e

View file

@ -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;