Change the return value if the compiler to "object" to allow compilers

to return dynamic method objects
This commit is contained in:
Melanie
2009-08-31 11:42:54 +01:00
parent d2eba2cf22
commit 090868ff4a
4 changed files with 7 additions and 7 deletions

View File

@@ -152,7 +152,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
{
// Compile (We assume LSL)
CompiledScriptFile =
LSLCompiler.PerformScriptCompile(Script,
(string)LSLCompiler.PerformScriptCompile(Script,
assetID.ToString(), taskInventoryItem.OwnerID);
if (presence != null && (!postOnRez))