mirror of
https://github.com/opensim/opensim.git
synced 2026-08-02 23:18:34 +08:00
* Tweaked patch mantis 1302 and committing it.
This commit is contained in:
@@ -246,6 +246,21 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
set { }
|
||||
}
|
||||
|
||||
public LLUUID ActiveGroupId
|
||||
{
|
||||
get { return LLUUID.Zero; }
|
||||
}
|
||||
|
||||
public string ActiveGroupName
|
||||
{
|
||||
get { return String.Empty; }
|
||||
}
|
||||
|
||||
public ulong ActiveGroupPowers
|
||||
{
|
||||
get { return 0; }
|
||||
}
|
||||
|
||||
public virtual int NextAnimationSequenceNumber
|
||||
{
|
||||
get { return 1; }
|
||||
|
||||
Reference in New Issue
Block a user