mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Merge branch 'master' into careminster
This commit is contained in:
@@ -1010,7 +1010,18 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
public int LinkNum
|
||||
{
|
||||
get { return m_linkNum; }
|
||||
set { m_linkNum = value; }
|
||||
set
|
||||
{
|
||||
// if (ParentGroup != null)
|
||||
// {
|
||||
// m_log.DebugFormat(
|
||||
// "[SCENE OBJECT PART]: Setting linknum of {0}@{1} to {2} from {3}",
|
||||
// Name, AbsolutePosition, value, m_linkNum);
|
||||
// Util.PrintCallStack();
|
||||
// }
|
||||
|
||||
m_linkNum = value;
|
||||
}
|
||||
}
|
||||
|
||||
public byte ClickAction
|
||||
|
||||
Reference in New Issue
Block a user