mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
!= UUID.Zero is slow
This commit is contained in:
@@ -74,7 +74,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
return;
|
||||
}
|
||||
|
||||
if (objectID != UUID.Zero)
|
||||
if (!objectID.IsZero())
|
||||
{
|
||||
SceneObjectPart sop = m_Scene.GetSceneObjectPart(objectID);
|
||||
if (sop == null)
|
||||
|
||||
Reference in New Issue
Block a user