diff options
author | Justin Clarke Casey | 2008-07-31 16:05:50 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-07-31 16:05:50 +0000 |
commit | 078643a017cd94dce2d16e4c8db3cc18fd95ed9d (patch) | |
tree | 4c504cc6afdc1ca72dd134c64a8374e4d015cfb0 /OpenSim/Region/Environment | |
parent | * minor: reduce coupling by passing in only session id to CachedUserInfo (diff) | |
download | opensim-SC_OLD-078643a017cd94dce2d16e4c8db3cc18fd95ed9d.zip opensim-SC_OLD-078643a017cd94dce2d16e4c8db3cc18fd95ed9d.tar.gz opensim-SC_OLD-078643a017cd94dce2d16e4c8db3cc18fd95ed9d.tar.bz2 opensim-SC_OLD-078643a017cd94dce2d16e4c8db3cc18fd95ed9d.tar.xz |
* refactor: Change CachedUserInfo.HasInventory to HasReceivedInventory to make actual function clearer
Diffstat (limited to 'OpenSim/Region/Environment')
-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 | ||