aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/ScenePresence.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/ScenePresence.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
index d37006a..beca44c 100644
--- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
@@ -1118,9 +1118,8 @@ namespace OpenSim.Region.Environment.Scenes
1118 m_sitAtAutoTarget = false; 1118 m_sitAtAutoTarget = false;
1119 PrimitiveBaseShape proxy = PrimitiveBaseShape.Default; 1119 PrimitiveBaseShape proxy = PrimitiveBaseShape.Default;
1120 //proxy.PCode = (byte)PCode.ParticleSystem; 1120 //proxy.PCode = (byte)PCode.ParticleSystem;
1121 uint nextUUID = m_scene.NextLocalId;
1122 1121
1123 proxyObjectGroup = new SceneObjectGroup(UUID, nextUUID, Pos, Rotation, proxy); 1122 proxyObjectGroup = new SceneObjectGroup(UUID, Pos, Rotation, proxy);
1124 proxyObjectGroup.AttachToScene(m_scene); 1123 proxyObjectGroup.AttachToScene(m_scene);
1125 1124
1126 // Commented out this code since it could never have executed, but might still be informative. 1125 // Commented out this code since it could never have executed, but might still be informative.