aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces
diff options
context:
space:
mode:
authorUbitUmarov2016-08-04 17:29:47 +0100
committerUbitUmarov2016-08-04 17:29:47 +0100
commitbb8e2710817310b741c851963a15c165229d507e (patch)
tree93257a8e637ac8f3ea95edefa5b75487cdaa4342 /OpenSim/Region/Framework/Interfaces
parentalso disable vehicle hover if its hover is set to zero (diff)
downloadopensim-SC_OLD-bb8e2710817310b741c851963a15c165229d507e.zip
opensim-SC_OLD-bb8e2710817310b741c851963a15c165229d507e.tar.gz
opensim-SC_OLD-bb8e2710817310b741c851963a15c165229d507e.tar.bz2
opensim-SC_OLD-bb8e2710817310b741c851963a15c165229d507e.tar.xz
fix a typo
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces')
-rw-r--r--OpenSim/Region/Framework/Interfaces/IFriendsModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IFriendsModule.cs b/OpenSim/Region/Framework/Interfaces/IFriendsModule.cs
index 5c43b36..ec014f4 100644
--- a/OpenSim/Region/Framework/Interfaces/IFriendsModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/IFriendsModule.cs
@@ -94,7 +94,7 @@ namespace OpenSim.Region.Framework.Interfaces
94 /// <param name="perms">These come from the FriendRights enum.</param> 94 /// <param name="perms">These come from the FriendRights enum.</param>
95 void GrantRights(IClientAPI remoteClient, UUID friendID, int perms); 95 void GrantRights(IClientAPI remoteClient, UUID friendID, int perms);
96 96
97 void IsNpwRoot(ScenePresence sp); 97 void IsNowRoot(ScenePresence sp);
98 bool SendFriendsOnlineIfNeeded(IClientAPI client); 98 bool SendFriendsOnlineIfNeeded(IClientAPI client);
99 } 99 }
100} \ No newline at end of file 100} \ No newline at end of file