mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
direct encode to llsdxml cap seeds response
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user