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 bed85aa..953dce7 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | |||
@@ -266,7 +266,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
266 | else | 266 | else |
267 | { | 267 | { |
268 | AgentAssetTransactions transactions | 268 | AgentAssetTransactions transactions |
269 | = CommsManager.TransactionsManager.GetUserTransActions(remoteClient.AgentId); | 269 | = CommsManager.TransactionsManager.GetUserTransactions(remoteClient.AgentId); |
270 | 270 | ||
271 | if (transactions != null) | 271 | if (transactions != null) |
272 | { | 272 | { |