mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
Remove useless quaternion parameter from AttachObject sig
This commit is contained in:
committed by
Melanie
parent
b8aa81635f
commit
a7b5fe6a88
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user