mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Groups V2 -- fix mantis #6666
This commit is contained in:
@@ -684,6 +684,9 @@ namespace OpenSim.Groups
|
||||
{
|
||||
serviceLocation = string.Empty;
|
||||
name = string.Empty;
|
||||
if (groupID.Equals(UUID.Zero))
|
||||
return true;
|
||||
|
||||
ExtendedGroupRecord group = m_LocalGroupsConnector.GetGroupRecord(UUID.Zero.ToString(), groupID, string.Empty);
|
||||
if (group == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user