mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
Another change to how the CreateCommsManagerPlugin checks if it should be creating HG or normal CommunicationsManager.
This commit is contained in:
@@ -114,8 +114,9 @@ namespace OpenSim.ApplicationPlugins.CreateCommsManager
|
||||
private void InitialiseCommsManager(OpenSimBase openSim)
|
||||
{
|
||||
LibraryRootFolder libraryRootFolder = new LibraryRootFolder(m_openSim.ConfigurationSettings.LibrariesXMLFile);
|
||||
bool hgrid = m_openSim.ConfigSource.Source.Configs["Startup"].GetBoolean("hypergrid", false);
|
||||
|
||||
if (openSim is HGOpenSimNode)
|
||||
if (hgrid)
|
||||
{
|
||||
HGOpenSimNode hgNode = (HGOpenSimNode)openSim;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user