Forgot one small but important line .. ;)

This commit is contained in:
Tedd Hansen
2008-02-16 08:22:29 +00:00
parent 169032b4a4
commit 5e949d4700

View File

@@ -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);