mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
Fixed ScriptEngine config in OpenSim.ini.example that was out of place.
Added some info to failure on GridServices listening port so people can see what actually went wrong. Moved most of the function/event execution module to a baseclass so other execution methods (instead of reflection) can be used with custom script modules run by ScriptEngine.Common. + some accumulated patches
This commit is contained in:
@@ -75,7 +75,7 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
|
||||
private Executor m_Exec;
|
||||
|
||||
Executor IScript.Exec
|
||||
ExecutorBase IScript.Exec
|
||||
{
|
||||
get
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user