Add money event routing to the script engine.
parent
14b659e550
commit
54ec8b197b
|
@ -96,6 +96,9 @@ namespace OpenSim.Region.ScriptEngine.XEngine
|
||||||
if (part == null)
|
if (part == null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
if ((part.ScriptEvents & scriptEvents.money) == 0)
|
||||||
|
part = part.ParentGroup.RootPart;
|
||||||
|
|
||||||
m_log.Debug("Paid: " + objectID + " from " + agentID + ", amount " + amount);
|
m_log.Debug("Paid: " + objectID + " from " + agentID + ", amount " + amount);
|
||||||
|
|
||||||
// part = part.ParentGroup.RootPart;
|
// part = part.ParentGroup.RootPart;
|
||||||
|
|
Loading…
Reference in New Issue