mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
diference fix
This commit is contained in:
@@ -3370,7 +3370,10 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
public void SendTerseUpdateToAgentClient(ScenePresence p)
|
||||
{
|
||||
IClientAPI remoteClient = p.ControllingClient;
|
||||
|
||||
|
||||
if (!remoteClient.IsActive)
|
||||
return;
|
||||
|
||||
if (ParcelHideThisAvatar && p.currentParcelUUID != currentParcelUUID && p.GodLevel < 200)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user