create a parcel fakeID using a point actually on it

This commit is contained in:
UbitUmarov
2020-08-23 21:19:14 +01:00
parent efa5f253f2
commit 2d62c09292
3 changed files with 64 additions and 33 deletions

View File

@@ -105,6 +105,19 @@ namespace OpenSim.Framework
public bool AnyAVSounds { get; set; }
public bool GroupAVSounds { get; set; }
private UUID m_fakeID = UUID.Zero;
public UUID FakeID
{
get
{
return m_fakeID;
}
set
{
m_fakeID = value;
}
}
/// <summary>
/// Traffic count of parcel
/// </summary>