mirror of
https://github.com/opensim/opensim.git
synced 2026-07-08 13:56:26 +08:00
== UUID.Zero is slow
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user