diff options
author | Melanie | 2013-03-15 23:45:32 +0000 |
---|---|---|
committer | Melanie | 2013-03-15 23:45:32 +0000 |
commit | b9146a79220c7e15ff0241fb6216028ddf15bee8 (patch) | |
tree | 18e3342a99e448b19a1a5bb29d9579ef9d9bb817 /OpenSim/Tests/Common/Mock | |
parent | Merge branch 'master' into careminster (diff) | |
parent | Change the table and field names of XAssetService mysql db tables to be capit... (diff) | |
download | opensim-SC-b9146a79220c7e15ff0241fb6216028ddf15bee8.zip opensim-SC-b9146a79220c7e15ff0241fb6216028ddf15bee8.tar.gz opensim-SC-b9146a79220c7e15ff0241fb6216028ddf15bee8.tar.bz2 opensim-SC-b9146a79220c7e15ff0241fb6216028ddf15bee8.tar.xz |
Merge branch 'master' into careminster
Conflicts:
OpenSim/Framework/Servers/BaseOpenSimServer.cs
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
Diffstat (limited to '')
-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 4b4d52d..3115035 100644 --- a/OpenSim/Tests/Common/Mock/TestLandChannel.cs +++ b/OpenSim/Tests/Common/Mock/TestLandChannel.cs | |||
@@ -81,6 +81,11 @@ namespace OpenSim.Tests.Common.Mock | |||
81 | return obj; | 81 | return obj; |
82 | } | 82 | } |
83 | 83 | ||
84 | public ILandObject GetLandObject(Vector3 position) | ||
85 | { | ||
86 | return GetLandObject(position.X, position.Y); | ||
87 | } | ||
88 | |||
84 | public ILandObject GetLandObject(int x, int y) | 89 | public ILandObject GetLandObject(int x, int y) |
85 | { | 90 | { |
86 | return GetNoLand(); | 91 | return GetNoLand(); |