aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Avatar/Currency/SampleMoney
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-08-25 21:35:22 +0000
committerJustin Clarke Casey2008-08-25 21:35:22 +0000
commit3d2069f3d9cd01ec948563c64bd4f8ddd9d0167f (patch)
treec114cea9e8230bcebf273bc87504fc82c0637b6e /OpenSim/Region/Environment/Modules/Avatar/Currency/SampleMoney
parent* Deal with a WebException thrown if a grid server cannot be contacted for re... (diff)
downloadopensim-SC_OLD-3d2069f3d9cd01ec948563c64bd4f8ddd9d0167f.zip
opensim-SC_OLD-3d2069f3d9cd01ec948563c64bd4f8ddd9d0167f.tar.gz
opensim-SC_OLD-3d2069f3d9cd01ec948563c64bd4f8ddd9d0167f.tar.bz2
opensim-SC_OLD-3d2069f3d9cd01ec948563c64bd4f8ddd9d0167f.tar.xz
* zap compilation warnings
Diffstat (limited to 'OpenSim/Region/Environment/Modules/Avatar/Currency/SampleMoney')
-rw-r--r--OpenSim/Region/Environment/Modules/Avatar/Currency/SampleMoney/SampleMoneyModule.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Modules/Avatar/Currency/SampleMoney/SampleMoneyModule.cs b/OpenSim/Region/Environment/Modules/Avatar/Currency/SampleMoney/SampleMoneyModule.cs
index 2795358..77dd0f9 100644
--- a/OpenSim/Region/Environment/Modules/Avatar/Currency/SampleMoney/SampleMoneyModule.cs
+++ b/OpenSim/Region/Environment/Modules/Avatar/Currency/SampleMoney/SampleMoneyModule.cs
@@ -1584,8 +1584,8 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Currency.SampleMoney
1584 remoteClient.SendAgentAlertMessage("Unable to buy now. The object was not found.", false); 1584 remoteClient.SendAgentAlertMessage("Unable to buy now. The object was not found.", false);
1585 return; 1585 return;
1586 } 1586 }
1587 1587
1588 bool transactionresult = doMoneyTransfer(remoteClient.AgentId, part.OwnerID, salePrice, 5000, "Object buy"); 1588 doMoneyTransfer(remoteClient.AgentId, part.OwnerID, salePrice, 5000, "Object buy");
1589 1589
1590 s.PerformObjectBuy(remoteClient, categoryID, localID, saleType); 1590 s.PerformObjectBuy(remoteClient, categoryID, localID, saleType);
1591 } 1591 }