mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
Change XEngine money() event routing to always raise the money()
event int he root prim of a linkset
This commit is contained in:
@@ -72,6 +72,8 @@ namespace OpenSim.Region.ScriptEngine.XEngine
|
||||
{
|
||||
SceneObjectPart part =
|
||||
myScriptEngine.World.GetSceneObjectPart(objectID);
|
||||
if (part.ParentGroup != null)
|
||||
part = part.ParentGroup.RootPart;
|
||||
|
||||
if (part != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user