mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
== UUID.Zero is slow
This commit is contained in:
@@ -1040,7 +1040,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
DeedObjectHandler handler = OnDeedObject;
|
||||
if (handler != null)
|
||||
{
|
||||
if(sog == null || client == null || client.SceneAgent == null || targetGroupID == UUID.Zero)
|
||||
if(sog == null || client == null || client.SceneAgent == null || targetGroupID.IsZero())
|
||||
return false;
|
||||
|
||||
ScenePresence sp = client.SceneAgent as ScenePresence;
|
||||
|
||||
Reference in New Issue
Block a user