diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs b/OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs index 869c936..ebdb0a6 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs | |||
@@ -69,7 +69,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
69 | } | 69 | } |
70 | 70 | ||
71 | /// <summary> | 71 | /// <summary> |
72 | /// | 72 | /// Invoked when the client selects a prim. |
73 | /// </summary> | 73 | /// </summary> |
74 | /// <param name="primLocalID"></param> | 74 | /// <param name="primLocalID"></param> |
75 | /// <param name="remoteClient"></param> | 75 | /// <param name="remoteClient"></param> |
@@ -80,8 +80,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
80 | foreach (EntityBase ent in EntitieList) | 80 | foreach (EntityBase ent in EntitieList) |
81 | { | 81 | { |
82 | if (ent is SceneObjectGroup) | 82 | if (ent is SceneObjectGroup) |
83 | { | 83 | { |
84 | |||
85 | if (((SceneObjectGroup) ent).LocalId == primLocalID) | 84 | if (((SceneObjectGroup) ent).LocalId == primLocalID) |
86 | { | 85 | { |
87 | // A prim is only tainted if it's allowed to be edited by the person clicking it. | 86 | // A prim is only tainted if it's allowed to be edited by the person clicking it. |