mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
Add money event routing to the script engine.
This commit is contained in:
@@ -96,6 +96,9 @@ namespace OpenSim.Region.ScriptEngine.XEngine
|
||||
if (part == null)
|
||||
return;
|
||||
|
||||
if ((part.ScriptEvents & scriptEvents.money) == 0)
|
||||
part = part.ParentGroup.RootPart;
|
||||
|
||||
m_log.Debug("Paid: " + objectID + " from " + agentID + ", amount " + amount);
|
||||
|
||||
// part = part.ParentGroup.RootPart;
|
||||
|
||||
Reference in New Issue
Block a user