Note to self: Next time read debug-files on correct computer. It makes bughunting SO much easier! *jeesh*
parent
7bd3ecfc2a
commit
1ecdaf333f
|
@ -280,7 +280,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
|
|||
":End Class :End Namespace\r\n";
|
||||
break;
|
||||
}
|
||||
return CompileFromCSorVBText(Script, l);
|
||||
return CompileFromCSorVBText(compileScript, l);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in New Issue