diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs index a12748f..ab580ae 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | |||
@@ -538,6 +538,10 @@ namespace OpenSim.Region.Environment.Scenes | |||
538 | { | 538 | { |
539 | asset.Name = newName; | 539 | asset.Name = newName; |
540 | } | 540 | } |
541 | else | ||
542 | { | ||
543 | newName = item.Name; | ||
544 | } | ||
541 | 545 | ||
542 | if (remoteClient.AgentId == oldAgentID) | 546 | if (remoteClient.AgentId == oldAgentID) |
543 | { | 547 | { |