mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* Deletes my EventReader ScriptRewriter. It isn't required to rewrite the script to publish the events anymore.
* Introduces a language(regex) independent event recognizer and publishes the events the script listens.
This commit is contained in:
@@ -92,8 +92,9 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
m_state = value;
|
||||
try
|
||||
{
|
||||
int eventFlags = m_ScriptEngine.m_ScriptManager.GetStateEventFlags(m_localID, m_itemID);
|
||||
m_host.SetScriptEvents(m_itemID, eventFlags);
|
||||
m_ScriptEngine.m_EventManager.state_entry(m_localID);
|
||||
|
||||
}
|
||||
catch (AppDomainUnloadedException)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user