diff options
author | Justin Clark-Casey (justincc) | 2011-08-31 16:41:58 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-08-31 16:41:58 +0100 |
commit | 5a5206449f575fa4c6e161aea7202b7b8f628b4a (patch) | |
tree | d1aa2ff5e1bd8cc05a0bb3b93ef945bb54e49b0c /OpenSim/Region/CoreModules | |
parent | Make SP.Attachments available as sp.GetAttachments() instead. (diff) | |
download | opensim-SC_OLD-5a5206449f575fa4c6e161aea7202b7b8f628b4a.zip opensim-SC_OLD-5a5206449f575fa4c6e161aea7202b7b8f628b4a.tar.gz opensim-SC_OLD-5a5206449f575fa4c6e161aea7202b7b8f628b4a.tar.bz2 opensim-SC_OLD-5a5206449f575fa4c6e161aea7202b7b8f628b4a.tar.xz |
minor: seal up another instance of using the appearance list without locking
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r-- | OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs b/OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs index 057500c..f25699b 100644 --- a/OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs +++ b/OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs | |||
@@ -366,7 +366,7 @@ namespace OpenSim.Region.CoreModules.Scripting.WorldComm | |||
366 | break; | 366 | break; |
367 | } | 367 | } |
368 | } | 368 | } |
369 | 369 | ||
370 | return true; | 370 | return true; |
371 | } | 371 | } |
372 | 372 | ||