mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Clean up IMoneyModule and adjust the other modules to the changes
This commit is contained in:
committed by
Melanie
parent
fda9d7b75e
commit
e15f6905a5
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user