mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
== UUID.Zero is slow
This commit is contained in:
@@ -161,7 +161,7 @@ namespace OpenSim.Groups
|
||||
return null;
|
||||
|
||||
ExtendedGroupRecord grec;
|
||||
if (GroupID == UUID.Zero)
|
||||
if (GroupID.IsZero())
|
||||
grec = GetGroupRecord(RequestingAgentID, groupName);
|
||||
else
|
||||
grec = GetGroupRecord(RequestingAgentID, GroupID);
|
||||
|
||||
Reference in New Issue
Block a user