mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Merge branch 'avination' into careminster
This commit is contained in:
@@ -876,9 +876,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
m_LSL_Functions.llGiveInventoryList(destination, category, inventory);
|
||||
}
|
||||
|
||||
public void llGiveMoney(string destination, int amount)
|
||||
public LSL_Integer llGiveMoney(string destination, int amount)
|
||||
{
|
||||
m_LSL_Functions.llGiveMoney(destination, amount);
|
||||
return m_LSL_Functions.llGiveMoney(destination, amount);
|
||||
}
|
||||
|
||||
public LSL_String llTransferLindenDollars(string destination, int amount)
|
||||
|
||||
Reference in New Issue
Block a user