Send money() events to the clicked prim. Reverting a change I made over a year ago.

connector_plugin
Melanie 2012-10-02 01:17:46 +01:00
parent 402128bb53
commit 14b659e550
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ namespace OpenSim.Region.ScriptEngine.XEngine
m_log.Debug("Paid: " + objectID + " from " + agentID + ", amount " + amount);
part = part.ParentGroup.RootPart;
// part = part.ParentGroup.RootPart;
money(part.LocalId, agentID, amount);
}