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

ThreadPoolClientBranch
Tedd Hansen 2008-02-02 04:45:18 +00:00
parent 7bd3ecfc2a
commit 1ecdaf333f
1 changed files with 1 additions and 1 deletions

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>