mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-28 15:17:46 +00:00
comment added
This commit is contained in:
parent
38661033fa
commit
76dcba3f7f
1 changed files with 1 additions and 0 deletions
|
@ -725,6 +725,7 @@ void Zone::updateInRangeSet( Entity::ActorPtr pActor, Cell* pCell )
|
||||||
if( pCell == nullptr )
|
if( pCell == nullptr )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
// TODO: make sure gms can overwrite this. Potentially temporary solution
|
||||||
if( g_territoryMgr.isPrivateTerritory( getTerritoryId() ) )
|
if( g_territoryMgr.isPrivateTerritory( getTerritoryId() ) )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue