Forgot one small but important line .. ;)

ThreadPoolClientBranch
Tedd Hansen 2008-02-16 08:22:29 +00:00
parent 169032b4a4
commit 5e949d4700
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ namespace OpenSim.Region.ScriptEngine.Common
// Script is inactive, do not execute! // Script is inactive, do not execute!
return; return;
} }
DoExecuteEvent(FunctionName, args);
} }
protected abstract void DoExecuteEvent(string FunctionName, object[] args); protected abstract void DoExecuteEvent(string FunctionName, object[] args);