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
parent beb5259cd1
commit c87e6a289c
6 changed files with 27 additions and 27 deletions

View File

@@ -73,7 +73,7 @@ namespace OpenSim.Region.Framework.Scenes
IMoneyModule money=RequestModuleInterface<IMoneyModule>();
if (money != null)
{
money.ApplyUploadCharge(agentID);
money.ApplyUploadCharge(agentID, money.UploadCharge, "Asset upload");
}
AddInventoryItem(agentID, item);