mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
create a parcel fakeID using a point actually on it
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user