mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
== UUID.Zero is slow
This commit is contained in:
@@ -178,7 +178,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends
|
||||
if (inv == null)
|
||||
return UUID.Zero;
|
||||
|
||||
if (folderID == UUID.Zero)
|
||||
if (folderID.IsZero())
|
||||
{
|
||||
InventoryFolderBase folder = inv.GetFolderForType(userID,
|
||||
FolderType.CallingCard);
|
||||
|
||||
Reference in New Issue
Block a user