mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
Clean up IMoneyModule and adjust the other modules to the changes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user