diff options
author | UbitUmarov | 2018-07-21 18:31:58 +0100 |
---|---|---|
committer | UbitUmarov | 2018-07-21 18:31:58 +0100 |
commit | e15fca60d1efcfe32e795e3494e35bdae26111e2 (patch) | |
tree | 0f564ff57e615fec156bc262ac704c776844cd8c /OpenSim/Tests | |
parent | mantis8341: fix MOD and LS apis configuration read from ossl file (diff) | |
download | opensim-SC-e15fca60d1efcfe32e795e3494e35bdae26111e2.zip opensim-SC-e15fca60d1efcfe32e795e3494e35bdae26111e2.tar.gz opensim-SC-e15fca60d1efcfe32e795e3494e35bdae26111e2.tar.bz2 opensim-SC-e15fca60d1efcfe32e795e3494e35bdae26111e2.tar.xz |
mantis8342: make max ban height above ground configurable per regions instance with ini file option BanLineSafeHeight
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestLandChannel.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestLandChannel.cs b/OpenSim/Tests/Common/Mock/TestLandChannel.cs index 05db03fe..cb16f55 100644 --- a/OpenSim/Tests/Common/Mock/TestLandChannel.cs +++ b/OpenSim/Tests/Common/Mock/TestLandChannel.cs | |||
@@ -42,6 +42,8 @@ namespace OpenSim.Tests.Common | |||
42 | private Scene m_scene; | 42 | private Scene m_scene; |
43 | private List<ILandObject> m_parcels; | 43 | private List<ILandObject> m_parcels; |
44 | 44 | ||
45 | public float BanLineSafeHeight { get { return 100f; } } | ||
46 | |||
45 | public TestLandChannel(Scene scene) | 47 | public TestLandChannel(Scene scene) |
46 | { | 48 | { |
47 | m_scene = scene; | 49 | m_scene = scene; |