diff options
Diffstat (limited to 'OpenSim/Tests/Common/Mock/TestLandChannel.cs')
-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; |