mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
== UUID.Zero is slow
This commit is contained in:
@@ -140,7 +140,7 @@ namespace OpenSim.Region.CoreModules.Avatar.InstantMessage
|
||||
public virtual void SendInstantMessage(GridInstantMessage im, MessageResultNotification result)
|
||||
{
|
||||
UUID toAgentID = new UUID(im.toAgentID);
|
||||
if (toAgentID == UUID.Zero)
|
||||
if (toAgentID.IsZero())
|
||||
return;
|
||||
|
||||
ScenePresence achildsp = null;
|
||||
|
||||
Reference in New Issue
Block a user