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