aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/InnerScene.cs
diff options
context:
space:
mode:
authorlbsa712008-02-12 11:21:23 +0000
committerlbsa712008-02-12 11:21:23 +0000
commitd79633b7c74b063e66949dbc618a139430ccd0e7 (patch)
treefd3d44befec0d0acf6b0fcef42fafdff939ebd58 /OpenSim/Region/Environment/Scenes/InnerScene.cs
parent* Physical prim cross borders and continue from where the left off on the oth... (diff)
downloadopensim-SC_OLD-d79633b7c74b063e66949dbc618a139430ccd0e7.zip
opensim-SC_OLD-d79633b7c74b063e66949dbc618a139430ccd0e7.tar.gz
opensim-SC_OLD-d79633b7c74b063e66949dbc618a139430ccd0e7.tar.bz2
opensim-SC_OLD-d79633b7c74b063e66949dbc618a139430ccd0e7.tar.xz
* various minuscule code convention conformance fixes
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/InnerScene.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/InnerScene.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/InnerScene.cs b/OpenSim/Region/Environment/Scenes/InnerScene.cs
index 7831858..ef3c3bf 100644
--- a/OpenSim/Region/Environment/Scenes/InnerScene.cs
+++ b/OpenSim/Region/Environment/Scenes/InnerScene.cs
@@ -782,7 +782,9 @@ namespace OpenSim.Region.Environment.Scenes
782 { 782 {
783 SceneObjectGroup group = GetGroupByPrim(ObjectID); 783 SceneObjectGroup group = GetGroupByPrim(ObjectID);
784 if (group != null) 784 if (group != null)
785 {
785 group.ServiceObjectPropertiesFamilyRequest(remoteClient, AgentID, RequestFlags); 786 group.ServiceObjectPropertiesFamilyRequest(remoteClient, AgentID, RequestFlags);
787 }
786 } 788 }
787 789
788 /// <summary> 790 /// <summary>