mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Update svn properties, minor formatting cleanup.
This commit is contained in:
@@ -306,7 +306,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Concierge
|
||||
|
||||
protected void AddToAttendeeList(ScenePresence agent, Scene scene)
|
||||
{
|
||||
lock(_sceneAttendees)
|
||||
lock (_sceneAttendees)
|
||||
{
|
||||
if (!_sceneAttendees.ContainsKey(scene))
|
||||
_sceneAttendees[scene] = new List<ScenePresence>();
|
||||
@@ -318,7 +318,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Concierge
|
||||
|
||||
protected void RemoveFromAttendeeList(ScenePresence agent, Scene scene)
|
||||
{
|
||||
lock(_sceneAttendees)
|
||||
lock (_sceneAttendees)
|
||||
{
|
||||
if (!_sceneAttendees.ContainsKey(scene))
|
||||
{
|
||||
@@ -495,4 +495,4 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Concierge
|
||||
return response;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user