aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
index 16c1f16..fe0d3a4 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
@@ -1289,7 +1289,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
1289 1289
1290 IWorldComm wComm = m_ScriptEngine.World.RequestModuleInterface<IWorldComm>(); 1290 IWorldComm wComm = m_ScriptEngine.World.RequestModuleInterface<IWorldComm>();
1291 if (wComm != null) 1291 if (wComm != null)
1292 if (!wComm.DeliverMessageTo(TargetID, channel, m_host.AbsolutePosition, m_host.Name, m_host.UUID, msg, out error)); 1292 wComm.DeliverMessageTo(TargetID, channel, m_host.AbsolutePosition, m_host.Name, m_host.UUID, msg, out error);
1293 } 1293 }
1294 1294
1295 public LSL_Integer llListen(int channelID, string name, string ID, string msg) 1295 public LSL_Integer llListen(int channelID, string name, string ID, string msg)