mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
Clean up IMoneyModule and adjust the other modules to the changes
This commit is contained in:
@@ -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