aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs
diff options
context:
space:
mode:
authorDiva Canto2012-03-21 09:14:17 -0700
committerDiva Canto2012-03-21 09:14:17 -0700
commitd8bcb78b10faf1e4b213a7caa7ee8fcb8d10cf52 (patch)
tree8df932312784721f6ef24b0e57ec2185e85e6e71 /OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs
parentRemoved extraneous debug message (diff)
downloadopensim-SC_OLD-d8bcb78b10faf1e4b213a7caa7ee8fcb8d10cf52.zip
opensim-SC_OLD-d8bcb78b10faf1e4b213a7caa7ee8fcb8d10cf52.tar.gz
opensim-SC_OLD-d8bcb78b10faf1e4b213a7caa7ee8fcb8d10cf52.tar.bz2
opensim-SC_OLD-d8bcb78b10faf1e4b213a7caa7ee8fcb8d10cf52.tar.xz
HG Friends: pulled sim-bound notification code to HGStatusNotifier, so that we can better manage this traffic.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs b/OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs
index 753c0a3..be767c4 100644
--- a/OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs
@@ -212,7 +212,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends
212 scene.EventManager.OnClientLogin += OnClientLogin; 212 scene.EventManager.OnClientLogin += OnClientLogin;
213 } 213 }
214 214
215 public void RegionLoaded(Scene scene) 215 public virtual void RegionLoaded(Scene scene)
216 { 216 {
217 } 217 }
218 218