clip xy on parcels fake id, fix address compare, etc

This commit is contained in:
UbitUmarov
2020-08-23 17:51:08 +01:00
parent e36619c9f5
commit efa5f253f2
5 changed files with 464 additions and 227 deletions

View File

@@ -93,6 +93,11 @@ namespace OpenSim.Tests.Common
return GetNoLand();
}
public ILandObject GetLandObjectClipedXY(float x, float y)
{
return GetNoLand();
}
public ILandObject GetLandObject(int localID)
{
return GetNoLand();