== UUID.Zero is slow

This commit is contained in:
UbitUmarov
2022-01-08 23:35:56 +00:00
parent cb98fb309c
commit 357f20eb14
73 changed files with 251 additions and 260 deletions

View File

@@ -124,7 +124,7 @@ namespace OpenSim.ApplicationPlugins.LoadRegions
if (string.IsNullOrWhiteSpace(ownerString))
continue;
if (!UUID.TryParse(ownerString, out UUID estateOwner) || estateOwner == UUID.Zero)
if (!UUID.TryParse(ownerString, out UUID estateOwner) || estateOwner.IsZero())
continue;
// Check If Estate Exists (Skip If So)