mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
minor: remove some mono compiler warnings in new groups code
This commit is contained in:
@@ -543,7 +543,6 @@ namespace OpenSim.Groups
|
||||
List<string> urls = new List<string>();
|
||||
foreach (GroupMembersData m in members)
|
||||
{
|
||||
UUID userID = UUID.Zero;
|
||||
if (!m_UserManagement.IsLocalGridUser(m.AgentID))
|
||||
{
|
||||
string gURL = m_UserManagement.GetUserServerURL(m.AgentID, "GroupsServerURI");
|
||||
|
||||
Reference in New Issue
Block a user