mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
minor: Eliminate one of the duplicate 'have's in the HG message telling the user if no GroupsServerURI has been given in user data by the home grid
This commit is contained in:
@@ -404,7 +404,7 @@ namespace OpenSim.Groups
|
||||
url = m_UserManagement.GetUserServerURL(uid, "GroupsServerURI");
|
||||
if (url == string.Empty)
|
||||
{
|
||||
reason = "You don't have have an accessible groups server in your home world. You membership to this group in only within this grid.";
|
||||
reason = "You don't have an accessible groups server in your home world. You membership to this group in only within this grid.";
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user