Remove useless quaternion parameter from AttachObject sig

This commit is contained in:
Melanie Thielker
2010-07-14 19:21:01 +02:00
committed by Melanie
parent b8aa81635f
commit a7b5fe6a88
6 changed files with 10 additions and 10 deletions

View File

@@ -5731,7 +5731,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
{
if (att.ObjectData.Length > 0)
{
handlerObjectAttach(this, att.ObjectData[0].ObjectLocalID, att.AgentData.AttachmentPoint, att.ObjectData[0].Rotation, false);
handlerObjectAttach(this, att.ObjectData[0].ObjectLocalID, att.AgentData.AttachmentPoint, false);
}
}
}