mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Add copyright headers. Minor formatting cleanup.
This commit is contained in:
@@ -274,7 +274,7 @@ namespace OpenSim.Region.Environment.Modules.ContentManagement
|
||||
{
|
||||
scene.Entities.Clear();
|
||||
|
||||
foreach(KeyValuePair<UUID,EntityBase> kvp in ReplacementList)
|
||||
foreach (KeyValuePair<UUID,EntityBase> kvp in ReplacementList)
|
||||
{
|
||||
scene.Entities.Add(kvp.Value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user