mantis8342: make max ban height above ground configurable per regions instance with ini file option BanLineSafeHeight

This commit is contained in:
UbitUmarov
2018-07-21 18:31:58 +01:00
parent 8c1c9129aa
commit e15fca60d1
5 changed files with 38 additions and 5 deletions

View File

@@ -42,6 +42,8 @@ namespace OpenSim.Tests.Common
private Scene m_scene;
private List<ILandObject> m_parcels;
public float BanLineSafeHeight { get { return 100f; } }
public TestLandChannel(Scene scene)
{
m_scene = scene;