mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* Implements ISecurityCredential member on SPAvatar, SPAvatarAttachment
* Disables 'event not used' warning for IRCClientView; cuts OpenSim total warnings back.
This commit is contained in:
@@ -117,7 +117,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
||||
if (_OnTouchActive && m_localID == localID)
|
||||
{
|
||||
TouchEventArgs e = new TouchEventArgs();
|
||||
e.Avatar = new SPAvatar(m_rootScene, remoteClient.AgentId);
|
||||
e.Avatar = new SPAvatar(m_rootScene, remoteClient.AgentId, m_security);
|
||||
e.TouchBiNormal = surfaceArgs.Binormal;
|
||||
e.TouchMaterialIndex = surfaceArgs.FaceIndex;
|
||||
e.TouchNormal = surfaceArgs.Normal;
|
||||
|
||||
Reference in New Issue
Block a user