diff options
author | UbitUmarov | 2017-05-13 20:21:56 +0100 |
---|---|---|
committer | UbitUmarov | 2017-05-13 20:21:56 +0100 |
commit | 25ca8695f3746b000fee42a0d73b91dfa6a1c9c0 (patch) | |
tree | cd1f5633d3bb1b31fd5685e319953aa9a03cedc0 /OpenSim/Tests/Common/Mock | |
parent | fix passcollisions bool value on store (diff) | |
download | opensim-SC-25ca8695f3746b000fee42a0d73b91dfa6a1c9c0.zip opensim-SC-25ca8695f3746b000fee42a0d73b91dfa6a1c9c0.tar.gz opensim-SC-25ca8695f3746b000fee42a0d73b91dfa6a1c9c0.tar.bz2 opensim-SC-25ca8695f3746b000fee42a0d73b91dfa6a1c9c0.tar.xz |
find parcels by GlobalID.. well most time
Diffstat (limited to 'OpenSim/Tests/Common/Mock')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestLandChannel.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestLandChannel.cs b/OpenSim/Tests/Common/Mock/TestLandChannel.cs index 3d44a33..48dc840 100644 --- a/OpenSim/Tests/Common/Mock/TestLandChannel.cs +++ b/OpenSim/Tests/Common/Mock/TestLandChannel.cs | |||
@@ -96,6 +96,11 @@ namespace OpenSim.Tests.Common | |||
96 | return GetNoLand(); | 96 | return GetNoLand(); |
97 | } | 97 | } |
98 | 98 | ||
99 | public ILandObject GetLandObject(UUID ID) | ||
100 | { | ||
101 | return GetNoLand(); | ||
102 | } | ||
103 | |||
99 | public ILandObject GetLandObject(float x, float y) | 104 | public ILandObject GetLandObject(float x, float y) |
100 | { | 105 | { |
101 | return GetNoLand(); | 106 | return GetNoLand(); |