aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-12-23 17:16:47 +0000
committerJustin Clarke Casey2008-12-23 17:16:47 +0000
commitc1320112a9365a95fd2f08af6a97dde8199adf17 (patch)
treea472448d43e4bd1e27ab6f678036d03617a3adc6 /OpenSim/Region/Environment/Scenes/Scene.cs
parentMantis #2728 (diff)
downloadopensim-SC_OLD-c1320112a9365a95fd2f08af6a97dde8199adf17.zip
opensim-SC_OLD-c1320112a9365a95fd2f08af6a97dde8199adf17.tar.gz
opensim-SC_OLD-c1320112a9365a95fd2f08af6a97dde8199adf17.tar.bz2
opensim-SC_OLD-c1320112a9365a95fd2f08af6a97dde8199adf17.tar.xz
* Add a method to allow friendship offers to a logged in client from an offline user directly from the server
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index 06354cf..d4d5b90 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -2270,7 +2270,6 @@ namespace OpenSim.Region.Environment.Scenes
2270 client.OnUpdatePrimGroupScale += m_sceneGraph.UpdatePrimGroupScale; 2270 client.OnUpdatePrimGroupScale += m_sceneGraph.UpdatePrimGroupScale;
2271 client.OnUpdateExtraParams += m_sceneGraph.UpdateExtraParam; 2271 client.OnUpdateExtraParams += m_sceneGraph.UpdateExtraParam;
2272 client.OnUpdatePrimShape += m_sceneGraph.UpdatePrimShape; 2272 client.OnUpdatePrimShape += m_sceneGraph.UpdatePrimShape;
2273 //client.OnRequestMapBlocks += RequestMapBlocks; // handled in a module now.
2274 client.OnUpdatePrimTexture += m_sceneGraph.UpdatePrimTexture; 2273 client.OnUpdatePrimTexture += m_sceneGraph.UpdatePrimTexture;
2275 client.OnTeleportLocationRequest += RequestTeleportLocation; 2274 client.OnTeleportLocationRequest += RequestTeleportLocation;
2276 client.OnTeleportLandmarkRequest += RequestTeleportLandmark; 2275 client.OnTeleportLandmarkRequest += RequestTeleportLandmark;