direct encode to llsdxml cap seeds response

This commit is contained in:
UbitUmarov
2024-04-17 16:09:57 +01:00
parent c8adcb66d0
commit b7e897f741
5 changed files with 106 additions and 48 deletions

View File

@@ -346,7 +346,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends
if (UUID.TryParse(friendID, out UUID _))
return base.FriendshipMessage(friendID);
return "Please confirm this friendship you made while you where on another HG grid";
return "Please confirm this friendship you made while you were on another HG grid";
}
protected override FriendInfo GetFriend(FriendInfo[] friends, UUID friendID)