mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
cosmetics
This commit is contained in:
@@ -109,7 +109,7 @@ namespace OpenSim.Groups
|
||||
|
||||
public ExtendedGroupRecord GetGroupRecord(string RequestingAgentID, UUID GroupID, string GroupName, GroupRecordDelegate d)
|
||||
{
|
||||
//if (GroupID.IsZero() && (GroupName == null || GroupName != null && GroupName == string.Empty))
|
||||
//if (GroupID.IsZero() && string.IsNullOrEmpty(GroupName))
|
||||
// return null;
|
||||
|
||||
object group = null;
|
||||
|
||||
Reference in New Issue
Block a user