mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Moved LSL_BuiltIn_Commands_Interface.cs to a separate library (OpenSim.Region.ScriptEngine.Common). Fixed last compile error (forgot to include LSL_BuiltIn_Commands.cs).
This commit is contained in:
@@ -85,7 +85,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
|
||||
//Console.WriteLine("Loading: " + a.GetName(true));
|
||||
try
|
||||
{
|
||||
AD.Load(a.GetName(true));
|
||||
//AD.Load(a.GetName(true));
|
||||
|
||||
}
|
||||
catch (Exception e)
|
||||
@@ -106,10 +106,5 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
|
||||
|
||||
}
|
||||
|
||||
public class NOOP : MarshalByRefType
|
||||
{
|
||||
public NOOP() {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user