mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
refactor: Remove IClientNetworkServer.NetworkStop() in favour of existing Stop().
This was an undocumented interface which I think was for long defunct region load balancing experiments. Also adds method doc for some IClientNetworkServer methods.
This commit is contained in:
@@ -737,7 +737,7 @@ namespace OpenSim
|
||||
|
||||
if (foundClientServer)
|
||||
{
|
||||
m_clientServers[clientServerElement].NetworkStop();
|
||||
m_clientServers[clientServerElement].Stop();
|
||||
m_clientServers.RemoveAt(clientServerElement);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user