Clean up IMoneyModule and adjust the other modules to the changes

This commit is contained in:
Melanie Thielker
2010-07-02 06:20:36 +02:00
committed by Melanie
parent fda9d7b75e
commit e15f6905a5
6 changed files with 27 additions and 27 deletions

View File

@@ -814,7 +814,7 @@ namespace OpenSim.Framework.Capabilities
if (mm != null)
{
if (!mm.UploadCovered(client))
if (!mm.UploadCovered(client, mm.UploadCharge))
{
if (client != null)
client.SendAgentAlertMessage("Unable to upload asset. Insufficient funds.", false);