mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
bad merge?
This commit is contained in:
@@ -205,8 +205,9 @@ namespace OpenSim.Region.OptionalModules.World.MoneyModule
|
||||
{
|
||||
}
|
||||
|
||||
public bool ObjectGiveMoney(UUID objectID, UUID fromID, UUID toID, int amount)
|
||||
public bool ObjectGiveMoney(UUID objectID, UUID fromID, UUID toID, int amount, UUID txn, out string result)
|
||||
{
|
||||
result = String.Empty;
|
||||
string description = String.Format("Object {0} pays {1}", resolveObjectName(objectID), resolveAgentName(toID));
|
||||
|
||||
bool give_result = doMoneyTransfer(fromID, toID, amount, 2, description);
|
||||
@@ -842,6 +843,10 @@ namespace OpenSim.Region.OptionalModules.World.MoneyModule
|
||||
if (module != null)
|
||||
module.BuyObject(remoteClient, categoryID, localID, saleType, salePrice);
|
||||
}
|
||||
|
||||
public void MoveMoney(UUID fromAgentID, UUID toAgentID, int amount, string text)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
public enum TransactionType : int
|
||||
|
||||
Reference in New Issue
Block a user