aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Friends/HGFriendsModule.cs
diff options
context:
space:
mode:
authorDiva Canto2011-06-06 18:20:02 -0700
committerDiva Canto2011-06-06 18:20:02 -0700
commitdce0e46eaa8c8f7f9a0fc99697cc78a3f561b3c3 (patch)
tree6377f0f30d771f2901dcf7df3d90d608e46c7e4c /OpenSim/Region/CoreModules/Avatar/Friends/HGFriendsModule.cs
parentThis should make offline IMs work again. It should work for incoming foreign ... (diff)
downloadopensim-SC_OLD-dce0e46eaa8c8f7f9a0fc99697cc78a3f561b3c3.zip
opensim-SC_OLD-dce0e46eaa8c8f7f9a0fc99697cc78a3f561b3c3.tar.gz
opensim-SC_OLD-dce0e46eaa8c8f7f9a0fc99697cc78a3f561b3c3.tar.bz2
opensim-SC_OLD-dce0e46eaa8c8f7f9a0fc99697cc78a3f561b3c3.tar.xz
Moved the Mono Addins declaration of the HGFriendsModule to where the one for FriendModule is -- CoreModulePlugin.addin.xml (trying to hunt down the slowness reported by Nebadon related to HGFriends)
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Friends/HGFriendsModule.cs')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Friends/HGFriendsModule.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Friends/HGFriendsModule.cs b/OpenSim/Region/CoreModules/Avatar/Friends/HGFriendsModule.cs
index b0a7567..f6f0e89 100644
--- a/OpenSim/Region/CoreModules/Avatar/Friends/HGFriendsModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Friends/HGFriendsModule.cs
@@ -45,7 +45,6 @@ using GridRegion = OpenSim.Services.Interfaces.GridRegion;
45 45
46namespace OpenSim.Region.CoreModules.Avatar.Friends 46namespace OpenSim.Region.CoreModules.Avatar.Friends
47{ 47{
48 [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule")]
49 public class HGFriendsModule : FriendsModule, ISharedRegionModule, IFriendsModule, IFriendsSimConnector 48 public class HGFriendsModule : FriendsModule, ISharedRegionModule, IFriendsModule, IFriendsSimConnector
50 { 49 {
51 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 50 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);