mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
Remove IClientAPI from the money module. It was only used to pass in the
agent id anyway
This commit is contained in:
@@ -775,11 +775,11 @@ namespace OpenSim.Region.OptionalModules.World.MoneyModule
|
||||
// Please do not refactor these to be just one method
|
||||
// Existing implementations need the distinction
|
||||
//
|
||||
public bool UploadCovered(IClientAPI client, int amount)
|
||||
public bool UploadCovered(UUID agentID, int amount)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
public bool AmountCovered(IClientAPI client, int amount)
|
||||
public bool AmountCovered(UUID agentID, int amount)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user