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

comment added

This commit is contained in:
Mordred 2018-02-08 15:29:46 +01:00 committed by GitHub
parent cb787b44f5
commit abf1194a7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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