mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Clean up IMoneyModule and adjust the other modules to the changes
This commit is contained in:
@@ -243,7 +243,7 @@ namespace OpenSim.Region.CoreModules.Agent.AssetTransaction
|
||||
|
||||
if (mm != null)
|
||||
{
|
||||
if (!mm.UploadCovered(remoteClient))
|
||||
if (!mm.UploadCovered(remoteClient, mm.UploadCharge))
|
||||
{
|
||||
remoteClient.SendAgentAlertMessage("Unable to upload asset. Insufficient funds.", false);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user