mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
* Refactored OutPacket and FirstName/LastName out of Friends Module.
This commit is contained in:
@@ -83,6 +83,16 @@ namespace OpenSim.Region.Environment.Modules.World.NPC
|
||||
Position, m_scene.RegionInfo.RegionID, new byte[0]);
|
||||
}
|
||||
|
||||
public void SendAgentOffline(LLUUID[] agentIDs)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void SendAgentOnline(LLUUID[] agentIDs)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public LLUUID GetDefaultAnimation(string name)
|
||||
{
|
||||
return LLUUID.Zero;
|
||||
|
||||
Reference in New Issue
Block a user