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:
@@ -186,7 +186,7 @@ namespace OpenSim.Groups
|
||||
|
||||
}
|
||||
|
||||
if (grec.GroupID != UUID.Zero)
|
||||
if (!grec.GroupID.IsZero())
|
||||
{
|
||||
grec = m_GroupsService.GetGroupRecord(RequestingAgentID, grec.GroupID);
|
||||
if (grec == null)
|
||||
|
||||
Reference in New Issue
Block a user