mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
fix a typo
This commit is contained in:
@@ -362,7 +362,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends
|
||||
m_NeedsListOfOnlineFriends.Add(agentID);
|
||||
}
|
||||
|
||||
public void IsNpwRoot(ScenePresence sp)
|
||||
public void IsNowRoot(ScenePresence sp)
|
||||
{
|
||||
RecacheFriends(sp.ControllingClient);
|
||||
|
||||
|
||||
@@ -94,7 +94,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
/// <param name="perms">These come from the FriendRights enum.</param>
|
||||
void GrantRights(IClientAPI remoteClient, UUID friendID, int perms);
|
||||
|
||||
void IsNpwRoot(ScenePresence sp);
|
||||
void IsNowRoot(ScenePresence sp);
|
||||
bool SendFriendsOnlineIfNeeded(IClientAPI client);
|
||||
}
|
||||
}
|
||||
@@ -2195,7 +2195,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
if (friendsModule != null)
|
||||
{
|
||||
if(gotCrossUpdate)
|
||||
friendsModule.IsNpwRoot(this);
|
||||
friendsModule.IsNowRoot(this);
|
||||
else
|
||||
friendsModule.SendFriendsOnlineIfNeeded(ControllingClient);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user