mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
* minor: remove some mono compiler warnings
This commit is contained in:
@@ -228,7 +228,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
|
||||
public GroupRecord GetGroupRecord(UUID GroupID, string GroupName)
|
||||
{
|
||||
Hashtable param = new Hashtable();
|
||||
if ((GroupID != null) && (GroupID != UUID.Zero))
|
||||
if (GroupID != UUID.Zero)
|
||||
{
|
||||
param["GroupID"] = GroupID.ToString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user