.. another

This commit is contained in:
UbitUmarov
2022-06-21 02:42:45 +01:00
parent 858e00d578
commit e3636de572

View File

@@ -12729,7 +12729,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
{
if(m_host.OwnerID.Equals(m_host.GroupID))
return;
World.SimChatBroadcast(Utils.StringToBytes(msg), ChatTypeEnum.Owner, 0,
World.SimChatBroadcast(msg, ChatTypeEnum.Owner, 0,
m_host.AbsolutePosition, m_host.Name, m_host.UUID, false);
}