mirror of
https://github.com/opensim/opensim.git
synced 2026-08-03 15:36:16 +08:00
* simplify AddNewClient since making this root without using MakeRootAgent() no longer sets everything up properly
This commit is contained in:
@@ -773,7 +773,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
m_clientPingTimer.Elapsed += CheckClientConnectivity;
|
||||
m_clientPingTimer.Enabled = true;
|
||||
|
||||
m_scene.AddNewClient(this, true);
|
||||
m_scene.AddNewClient(this);
|
||||
|
||||
RefreshGroupMembership();
|
||||
}
|
||||
|
||||
@@ -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