mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
number of changes
This commit is contained in:
@@ -137,14 +137,14 @@ namespace OpenSim.world
|
||||
#endregion
|
||||
|
||||
#region Add/Remove Agent/Avatar
|
||||
public virtual bool AddNewAvatar(IClientAPI remoteClient, bool child)
|
||||
public virtual void AddNewAvatar(IClientAPI remoteClient, LLUUID agentID, bool child)
|
||||
{
|
||||
return false;
|
||||
return ;
|
||||
}
|
||||
|
||||
public virtual bool RemoveAvatar(LLUUID agentID)
|
||||
public virtual void RemoveAvatar(LLUUID agentID)
|
||||
{
|
||||
return false;
|
||||
return ;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user