mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
* Patch by Melanie. Implements proper objectflags on child objects. Thanks Melanie!
RE: 0001079: r4387. touch() event does not fire when touch script is in root prim and child prims are touched
This commit is contained in:
@@ -118,7 +118,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
if (part != null)
|
||||
{
|
||||
part.StopScript(itemID);
|
||||
RemoveScriptEvents(itemID);
|
||||
part.RemoveScriptEvents(itemID);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user