aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorAdam Frisby2007-07-08 03:36:17 +0000
committerAdam Frisby2007-07-08 03:36:17 +0000
commit855ebe739b27fda5ab45ab993cbc76668125a9b1 (patch)
tree7683471d7c505b8290b5102b056b5712ea35438c /OpenSim
parent* Added instant message support for the local region. Grid support forthcoming. (diff)
downloadopensim-SC_OLD-855ebe739b27fda5ab45ab993cbc76668125a9b1.zip
opensim-SC_OLD-855ebe739b27fda5ab45ab993cbc76668125a9b1.tar.gz
opensim-SC_OLD-855ebe739b27fda5ab45ab993cbc76668125a9b1.tar.bz2
opensim-SC_OLD-855ebe739b27fda5ab45ab993cbc76668125a9b1.tar.xz
* Missed a line - IM support in local simulator should now work.
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs b/OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs
index 7535049..4cb0bec 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs
@@ -113,7 +113,7 @@ namespace OpenSim.Region.Environment.Scenes
113 // Local sim message 113 // Local sim message
114 ScenePresence avatar = this.Avatars[toAgentID]; 114 ScenePresence avatar = this.Avatars[toAgentID];
115 115
116 116 avatar.ControllingClient.SendInstantMessage(message, toAgentID);
117 } 117 }
118 else 118 else
119 { 119 {