diff options
author | Diva Canto | 2012-03-21 09:14:17 -0700 |
---|---|---|
committer | Diva Canto | 2012-03-21 09:14:17 -0700 |
commit | d8bcb78b10faf1e4b213a7caa7ee8fcb8d10cf52 (patch) | |
tree | 8df932312784721f6ef24b0e57ec2185e85e6e71 /OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs | |
parent | Removed extraneous debug message (diff) | |
download | opensim-SC-d8bcb78b10faf1e4b213a7caa7ee8fcb8d10cf52.zip opensim-SC-d8bcb78b10faf1e4b213a7caa7ee8fcb8d10cf52.tar.gz opensim-SC-d8bcb78b10faf1e4b213a7caa7ee8fcb8d10cf52.tar.bz2 opensim-SC-d8bcb78b10faf1e4b213a7caa7ee8fcb8d10cf52.tar.xz |
HG Friends: pulled sim-bound notification code to HGStatusNotifier, so that we can better manage this traffic.
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs | 2 |
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 | ||