mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
== UUID.Zero is slow
This commit is contained in:
@@ -139,7 +139,7 @@ namespace OpenSim.Region.CoreModules.Avatar.InstantMessage
|
||||
public 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