Forgot one small but important line .. ;)
parent
169032b4a4
commit
5e949d4700
|
@ -92,6 +92,7 @@ namespace OpenSim.Region.ScriptEngine.Common
|
|||
// Script is inactive, do not execute!
|
||||
return;
|
||||
}
|
||||
DoExecuteEvent(FunctionName, args);
|
||||
}
|
||||
protected abstract void DoExecuteEvent(string FunctionName, object[] args);
|
||||
|
||||
|
|
Loading…
Reference in New Issue