mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
* simplify AddNewClient since making this root without using MakeRootAgent() no longer sets everything up properly
This commit is contained in:
@@ -63,7 +63,7 @@ namespace OpenSim.Framework
|
||||
ClientManager ClientManager { get; }
|
||||
event restart OnRestart;
|
||||
|
||||
void AddNewClient(IClientAPI client, bool child);
|
||||
void AddNewClient(IClientAPI client);
|
||||
void RemoveClient(UUID agentID);
|
||||
void CloseAllAgents(uint circuitcode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user