mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
ossl error messages are not from a agent
This commit is contained in:
@@ -262,7 +262,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
message = message.Substring(0, 1023);
|
||||
|
||||
World.SimChat(Utils.StringToBytes(message),
|
||||
ChatTypeEnum.Shout, ScriptBaseClass.DEBUG_CHANNEL, m_host.ParentGroup.RootPart.AbsolutePosition, m_host.Name, m_host.UUID, true);
|
||||
ChatTypeEnum.Shout, ScriptBaseClass.DEBUG_CHANNEL, m_host.ParentGroup.RootPart.AbsolutePosition, m_host.Name, m_host.UUID, false);
|
||||
|
||||
IWorldComm wComm = m_ScriptEngine.World.RequestModuleInterface<IWorldComm>();
|
||||
if(wComm != null)
|
||||
|
||||
Reference in New Issue
Block a user