mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
* simplify AddNewClient since making this root without using MakeRootAgent() no longer sets everything up properly
This commit is contained in:
@@ -51,7 +51,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP.Tests
|
||||
public override void Update() {}
|
||||
public override void LoadWorldMap() {}
|
||||
|
||||
public override void AddNewClient(IClientAPI client, bool child)
|
||||
public override void AddNewClient(IClientAPI client)
|
||||
{
|
||||
client.OnObjectName += RecordObjectNameCall;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user