mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Script loads into separate AppDomain without errors. Events and llFunctions not working yet.
This commit is contained in:
@@ -7,8 +7,7 @@ using System.Threading;
|
||||
|
||||
namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
|
||||
{
|
||||
[Serializable]
|
||||
public class LSL_BaseClass : LSL_BuiltIn_Commands_Interface
|
||||
public class LSL_BaseClass : MarshalByRefObject, LSL_BuiltIn_Commands_Interface
|
||||
{
|
||||
|
||||
public LSL_BuiltIn_Commands_Interface m_LSL_Functions;
|
||||
|
||||
Reference in New Issue
Block a user