mirror of
https://github.com/opensim/opensim.git
synced 2026-05-16 03:36:04 +08:00
Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine.Executor. Script no longer responsible for handling event calls to itself (and we can create reference cache in Executor).
This commit is contained in:
@@ -72,7 +72,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
|
||||
myEventQueueManager = new EventQueueManager(this);
|
||||
myEventManager = new EventManager(this);
|
||||
myScriptManager = new ScriptManager(this);
|
||||
myAppDomainManager = new AppDomainManager(this);
|
||||
myAppDomainManager = new AppDomainManager();
|
||||
|
||||
// Should we iterate the region for scripts that needs starting?
|
||||
// Or can we assume we are loaded before anything else so we can use proper events?
|
||||
|
||||
Reference in New Issue
Block a user