Note to self: Next time read debug-files on correct computer. It makes bughunting SO much easier! *jeesh*

This commit is contained in:
Tedd Hansen
2008-02-02 04:45:18 +00:00
parent 7bd3ecfc2a
commit 1ecdaf333f

View File

@@ -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>