aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Avatar/Concierge/ConciergeModule.cs
diff options
context:
space:
mode:
authorJeff Ames2008-10-27 01:43:59 +0000
committerJeff Ames2008-10-27 01:43:59 +0000
commitb2d6b0a3d42761ca76ac9d5725846567ed579afa (patch)
tree2712a3dc05ac4dac1bc5a650ecd527499b8a019c /OpenSim/Region/Environment/Modules/Avatar/Concierge/ConciergeModule.cs
parentThank you kindly, Idb for a patch that solves: (diff)
downloadopensim-SC_OLD-b2d6b0a3d42761ca76ac9d5725846567ed579afa.zip
opensim-SC_OLD-b2d6b0a3d42761ca76ac9d5725846567ed579afa.tar.gz
opensim-SC_OLD-b2d6b0a3d42761ca76ac9d5725846567ed579afa.tar.bz2
opensim-SC_OLD-b2d6b0a3d42761ca76ac9d5725846567ed579afa.tar.xz
Update svn properties, minor formatting cleanup.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Modules/Avatar/Concierge/ConciergeModule.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Environment/Modules/Avatar/Concierge/ConciergeModule.cs b/OpenSim/Region/Environment/Modules/Avatar/Concierge/ConciergeModule.cs
index acc25dd..a8d5a21 100644
--- a/OpenSim/Region/Environment/Modules/Avatar/Concierge/ConciergeModule.cs
+++ b/OpenSim/Region/Environment/Modules/Avatar/Concierge/ConciergeModule.cs
@@ -306,7 +306,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Concierge
306 306
307 protected void AddToAttendeeList(ScenePresence agent, Scene scene) 307 protected void AddToAttendeeList(ScenePresence agent, Scene scene)
308 { 308 {
309 lock(_sceneAttendees) 309 lock (_sceneAttendees)
310 { 310 {
311 if (!_sceneAttendees.ContainsKey(scene)) 311 if (!_sceneAttendees.ContainsKey(scene))
312 _sceneAttendees[scene] = new List<ScenePresence>(); 312 _sceneAttendees[scene] = new List<ScenePresence>();
@@ -318,7 +318,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Concierge
318 318
319 protected void RemoveFromAttendeeList(ScenePresence agent, Scene scene) 319 protected void RemoveFromAttendeeList(ScenePresence agent, Scene scene)
320 { 320 {
321 lock(_sceneAttendees) 321 lock (_sceneAttendees)
322 { 322 {
323 if (!_sceneAttendees.ContainsKey(scene)) 323 if (!_sceneAttendees.ContainsKey(scene))
324 { 324 {
@@ -495,4 +495,4 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Concierge
495 return response; 495 return response;
496 } 496 }
497 } 497 }
498} \ No newline at end of file 498}