diff options
Diffstat (limited to 'OpenSim/Region')
-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 0ba5121..d0beac3 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | |||
@@ -2168,7 +2168,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
2168 | } | 2168 | } |
2169 | if (userInfo != null) | 2169 | if (userInfo != null) |
2170 | { | 2170 | { |
2171 | if (userInfo.HasInventory) | 2171 | if (userInfo.HasReceivedInventory) |
2172 | { | 2172 | { |
2173 | LLUUID folderID = LLUUID.Zero; | 2173 | LLUUID folderID = LLUUID.Zero; |
2174 | 2174 | ||