mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Send money() events to the clicked prim. Reverting a change I made over a year ago.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user