diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs index db3da48..31bd0b3 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | |||
@@ -376,7 +376,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
376 | InventoryItemBase item = userInfo.RootFolder.HasItem(itemID); | 376 | InventoryItemBase item = userInfo.RootFolder.HasItem(itemID); |
377 | if (item != null) | 377 | if (item != null) |
378 | { | 378 | { |
379 | if (newName != "") | 379 | if (newName != System.String.Empty) |
380 | { | 380 | { |
381 | item.inventoryName = newName; | 381 | item.inventoryName = newName; |
382 | } | 382 | } |