diff options
author | Justin Clarke Casey | 2008-11-28 20:11:17 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-11-28 20:11:17 +0000 |
commit | dfbec673a4ca24ab683ea403361efa4372cc1e0d (patch) | |
tree | 4a561fa5ce77121f201008e6ea14ff5a0ba48fd4 /OpenSim/Framework/IScene.cs | |
parent | * Committing a new test, that will fail until someone decides to fix Location... (diff) | |
download | opensim-SC_OLD-dfbec673a4ca24ab683ea403361efa4372cc1e0d.zip opensim-SC_OLD-dfbec673a4ca24ab683ea403361efa4372cc1e0d.tar.gz opensim-SC_OLD-dfbec673a4ca24ab683ea403361efa4372cc1e0d.tar.bz2 opensim-SC_OLD-dfbec673a4ca24ab683ea403361efa4372cc1e0d.tar.xz |
* simplify AddNewClient since making this root without using MakeRootAgent() no longer sets everything up properly
Diffstat (limited to 'OpenSim/Framework/IScene.cs')
-rw-r--r-- | OpenSim/Framework/IScene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IScene.cs b/OpenSim/Framework/IScene.cs index a852eaf..000a800 100644 --- a/OpenSim/Framework/IScene.cs +++ b/OpenSim/Framework/IScene.cs | |||
@@ -63,7 +63,7 @@ namespace OpenSim.Framework | |||
63 | ClientManager ClientManager { get; } | 63 | ClientManager ClientManager { get; } |
64 | event restart OnRestart; | 64 | event restart OnRestart; |
65 | 65 | ||
66 | void AddNewClient(IClientAPI client, bool child); | 66 | void AddNewClient(IClientAPI client); |
67 | void RemoveClient(UUID agentID); | 67 | void RemoveClient(UUID agentID); |
68 | void CloseAllAgents(uint circuitcode); | 68 | void CloseAllAgents(uint circuitcode); |
69 | 69 | ||