diference fix
parent
3cca5ec667
commit
507a29d581
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue