mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
mantis8342: make max ban height above ground configurable per regions instance with ini file option BanLineSafeHeight
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user