fix a typo

This commit is contained in:
UbitUmarov
2016-08-04 17:29:47 +01:00
parent 2619005f46
commit bb8e271081
3 changed files with 3 additions and 3 deletions

View File

@@ -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);
}
}