mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Forgot one small but important line .. ;)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user