mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +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:
@@ -528,7 +528,7 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
|
||||
public void osSetStateEvents(int events)
|
||||
{
|
||||
m_host.setScriptEvents(m_itemID, events);
|
||||
m_host.SetScriptEvents(m_itemID, events);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user