mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
== UUID.Zero is slow
This commit is contained in:
@@ -314,7 +314,7 @@ namespace OpenSim.Groups
|
||||
if (!all)
|
||||
{
|
||||
ExtendedGroupMembershipData membership = null;
|
||||
if (groupID == UUID.Zero)
|
||||
if (groupID.IsZero())
|
||||
{
|
||||
membership = m_GroupsService.GetAgentActiveMembership(requestingAgentID, agentID);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user