* Un-break the NPC avatar.. you know.. the one that sits in your sim and shouts, 'This is my sim, get out!'
parent
a01b415d6c
commit
6cda15a53f
|
@ -83,6 +83,11 @@ namespace OpenSim.Region.Environment.Modules.World.NPC
|
|||
Position, m_scene.RegionInfo.RegionID, new byte[0]);
|
||||
}
|
||||
|
||||
public LLUUID GetDefaultAnimation(string name)
|
||||
{
|
||||
return LLUUID.Zero;
|
||||
}
|
||||
|
||||
public LLVector3 Position
|
||||
{
|
||||
get { return m_scene.Entities[m_uuid].AbsolutePosition; }
|
||||
|
|
Loading…
Reference in New Issue