mirror of
https://github.com/opensim/opensim.git
synced 2026-07-04 09:55:55 +08:00
Script loads into separate AppDomain without errors. Events and llFunctions not working yet.
This commit is contained in:
@@ -14,7 +14,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler
|
||||
/// <summary>
|
||||
/// Contains all LSL ll-functions. This class will be in Default AppDomain.
|
||||
/// </summary>
|
||||
public class LSL_BuiltIn_Commands: LSL_BuiltIn_Commands_Interface
|
||||
public class LSL_BuiltIn_Commands: MarshalByRefObject, LSL_BuiltIn_Commands_Interface
|
||||
{
|
||||
private System.Text.ASCIIEncoding enc = new System.Text.ASCIIEncoding();
|
||||
private ScriptManager m_manager;
|
||||
|
||||
Reference in New Issue
Block a user