mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Copyright notices and formatting cleanup.
This commit is contained in:
@@ -292,7 +292,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
public void AddInventoryItemExclusive(TaskInventoryItem item)
|
||||
{
|
||||
List<TaskInventoryItem> il = new List<TaskInventoryItem>(m_taskInventory.Values);
|
||||
foreach(TaskInventoryItem i in il)
|
||||
foreach (TaskInventoryItem i in il)
|
||||
{
|
||||
if (i.Name == item.Name)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user