mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
* HGScene is no more.
* Moved a few key inventory access methods from Scene.Inventory to an IInventoryAccessModule module
This commit is contained in:
@@ -574,11 +574,6 @@ namespace OpenSim
|
||||
protected override Scene CreateScene(RegionInfo regionInfo, StorageManager storageManager,
|
||||
AgentCircuitManager circuitManager)
|
||||
{
|
||||
bool hgrid = ConfigSource.Source.Configs["Startup"].GetBoolean("hypergrid", false);
|
||||
if (hgrid)
|
||||
return HGCommands.CreateScene(regionInfo, circuitManager,
|
||||
storageManager, m_moduleLoader, m_configSettings, m_config, m_version);
|
||||
|
||||
SceneCommunicationService sceneGridService = new SceneCommunicationService();
|
||||
|
||||
return new Scene(
|
||||
|
||||
Reference in New Issue
Block a user