ossl error messages are not from a agent

0.9.1.0-post-fixes
UbitUmarov 2018-10-20 15:38:50 +01:00
parent d1d370ada3
commit 2c3522a826
1 changed files with 1 additions and 1 deletions

View File

@ -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)