diference fix

avinationmerge
UbitUmarov 2014-08-04 21:55:58 +01:00
parent 3cca5ec667
commit 507a29d581
1 changed files with 4 additions and 1 deletions

View File

@ -3371,6 +3371,9 @@ namespace OpenSim.Region.Framework.Scenes
{
IClientAPI remoteClient = p.ControllingClient;
if (!remoteClient.IsActive)
return;
if (ParcelHideThisAvatar && p.currentParcelUUID != currentParcelUUID && p.GodLevel < 200)
return;