mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
* If a region running in grid mode fails to login to the grid service, startup will now terminate instead of carrying on (and thus burying the error message)
This commit is contained in:
@@ -129,10 +129,6 @@ namespace OpenSim.Region.ClientStack
|
||||
|
||||
scene.LoadWorldMap();
|
||||
|
||||
//moved to opensimMain as these have to happen after modules are initialised
|
||||
// scene.CreateTerrainTexture(true);
|
||||
// scene.RegisterRegionWithGrid();
|
||||
|
||||
scene.PhysicsScene = GetPhysicsScene();
|
||||
scene.PhysicsScene.SetTerrain(scene.Heightmap.GetFloatsSerialised());
|
||||
scene.PhysicsScene.SetWaterLevel(regionInfo.EstateSettings.waterHeight);
|
||||
@@ -171,4 +167,4 @@ namespace OpenSim.Region.ClientStack
|
||||
protected abstract Scene CreateScene(RegionInfo regionInfo, StorageManager storageManager,
|
||||
AgentCircuitManager circuitManager);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user