diff options
author | Jeff Ames | 2008-06-26 20:04:06 +0000 |
---|---|---|
committer | Jeff Ames | 2008-06-26 20:04:06 +0000 |
commit | 56802afff4ce1585dba96ba49be02bc34a5c29e0 (patch) | |
tree | 7509e9e487d2add8d5b1ba75120e9492ca9d46d0 /OpenSim/Region/Environment/Scenes | |
parent | * Put extensions on all assets in an archive (diff) | |
download | opensim-SC_OLD-56802afff4ce1585dba96ba49be02bc34a5c29e0.zip opensim-SC_OLD-56802afff4ce1585dba96ba49be02bc34a5c29e0.tar.gz opensim-SC_OLD-56802afff4ce1585dba96ba49be02bc34a5c29e0.tar.bz2 opensim-SC_OLD-56802afff4ce1585dba96ba49be02bc34a5c29e0.tar.xz |
Update svn properties. Minor formatting cleanup.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/ScenePresence.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs index b6c59e3..7ba096b 100644 --- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs | |||
@@ -164,7 +164,6 @@ namespace OpenSim.Region.Environment.Scenes | |||
164 | //neighbouring regions we have enabled a child agent in | 164 | //neighbouring regions we have enabled a child agent in |
165 | private readonly List<ulong> m_knownChildRegions = new List<ulong>(); | 165 | private readonly List<ulong> m_knownChildRegions = new List<ulong>(); |
166 | 166 | ||
167 | |||
168 | /// <summary> | 167 | /// <summary> |
169 | /// Implemented Control Flags | 168 | /// Implemented Control Flags |
170 | /// </summary> | 169 | /// </summary> |
@@ -214,12 +213,12 @@ namespace OpenSim.Region.Environment.Scenes | |||
214 | return false; | 213 | return false; |
215 | } | 214 | } |
216 | 215 | ||
217 | |||
218 | public bool Updated | 216 | public bool Updated |
219 | { | 217 | { |
220 | set { m_updateflag = value; } | 218 | set { m_updateflag = value; } |
221 | get { return m_updateflag; } | 219 | get { return m_updateflag; } |
222 | } | 220 | } |
221 | |||
223 | public bool Invulnerable | 222 | public bool Invulnerable |
224 | { | 223 | { |
225 | set { m_invulnerable = value; } | 224 | set { m_invulnerable = value; } |