Update svn properties. Minor formatting cleanup.

This commit is contained in:
Jeff Ames
2008-06-26 20:04:06 +00:00
parent fa5f27acfa
commit 56802afff4
4 changed files with 51 additions and 59 deletions

View File

@@ -164,7 +164,6 @@ namespace OpenSim.Region.Environment.Scenes
//neighbouring regions we have enabled a child agent in
private readonly List<ulong> m_knownChildRegions = new List<ulong>();
/// <summary>
/// Implemented Control Flags
/// </summary>
@@ -214,12 +213,12 @@ namespace OpenSim.Region.Environment.Scenes
return false;
}
public bool Updated
{
set { m_updateflag = value; }
get { return m_updateflag; }
}
public bool Invulnerable
{
set { m_invulnerable = value; }