mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Patch #9171
Disallow bulk uploads if money module is present and upload cost is set and the user hasn't got sufficient funds.
This commit is contained in:
@@ -36,7 +36,10 @@ namespace OpenSim.Region.Environment.Interfaces
|
||||
{
|
||||
bool ObjectGiveMoney(LLUUID objectID, LLUUID fromID, LLUUID toID,
|
||||
int amount);
|
||||
|
||||
int GetBalance(IClientAPI client);
|
||||
void ApplyUploadCharge(LLUUID agentID);
|
||||
bool UploadCovered(IClientAPI client);
|
||||
|
||||
event ObjectPaid OnObjectPaid;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user