mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
First part of border crossing fix.
This commit is contained in:
@@ -148,9 +148,9 @@ namespace OpenSim.world
|
||||
/// Add a new Agent's avatar
|
||||
/// </summary>
|
||||
/// <param name="agentClient"></param>
|
||||
public virtual void AddViewerAgent(ClientView agentClient)
|
||||
public virtual Avatar AddViewerAgent(ClientView agentClient)
|
||||
{
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user