diff options
author | UbitUmarov | 2016-07-26 22:30:51 +0100 |
---|---|---|
committer | UbitUmarov | 2016-07-26 22:30:51 +0100 |
commit | 800044ceadf1cfde3cdbb75cfa2622c62f11530c (patch) | |
tree | 43e26d97fa4efbf7dc16e68c13ac2cf988a07028 /OpenSim/Region/Framework/Interfaces/IFriendsModule.cs | |
parent | do GridUserService.SetLastPosition async on crossings (diff) | |
download | opensim-SC_OLD-800044ceadf1cfde3cdbb75cfa2622c62f11530c.zip opensim-SC_OLD-800044ceadf1cfde3cdbb75cfa2622c62f11530c.tar.gz opensim-SC_OLD-800044ceadf1cfde3cdbb75cfa2622c62f11530c.tar.bz2 opensim-SC_OLD-800044ceadf1cfde3cdbb75cfa2622c62f11530c.tar.xz |
take friends out of onMakeRoot if crossing
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IFriendsModule.cs')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IFriendsModule.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IFriendsModule.cs b/OpenSim/Region/Framework/Interfaces/IFriendsModule.cs index 7e87006..5c43b36 100644 --- a/OpenSim/Region/Framework/Interfaces/IFriendsModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IFriendsModule.cs | |||
@@ -28,6 +28,7 @@ | |||
28 | using System.Collections.Generic; | 28 | using System.Collections.Generic; |
29 | using OpenMetaverse; | 29 | using OpenMetaverse; |
30 | using OpenSim.Framework; | 30 | using OpenSim.Framework; |
31 | using OpenSim.Region.Framework.Scenes; | ||
31 | using FriendInfo = OpenSim.Services.Interfaces.FriendInfo; | 32 | using FriendInfo = OpenSim.Services.Interfaces.FriendInfo; |
32 | 33 | ||
33 | namespace OpenSim.Region.Framework.Interfaces | 34 | namespace OpenSim.Region.Framework.Interfaces |
@@ -93,6 +94,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
93 | /// <param name="perms">These come from the FriendRights enum.</param> | 94 | /// <param name="perms">These come from the FriendRights enum.</param> |
94 | void GrantRights(IClientAPI remoteClient, UUID friendID, int perms); | 95 | void GrantRights(IClientAPI remoteClient, UUID friendID, int perms); |
95 | 96 | ||
97 | void IsNpwRoot(ScenePresence sp); | ||
96 | bool SendFriendsOnlineIfNeeded(IClientAPI client); | 98 | bool SendFriendsOnlineIfNeeded(IClientAPI client); |
97 | } | 99 | } |
98 | } \ No newline at end of file | 100 | } \ No newline at end of file |