A case of 'while I was working someone set me up the bomb'.

afrisby
lbsa71 2007-08-22 16:04:04 +00:00
parent 22537aa620
commit 5403153c15
1 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,7 @@ using System.Text;
using OpenSim.Framework.Console; using OpenSim.Framework.Console;
//using OpenSim.Region.Environment.Scenes; //using OpenSim.Region.Environment.Scenes;
using OpenSim.Region.Environment.Scenes.Scripting; using OpenSim.Region.Environment.Scenes.Scripting;
using libsecondlife;
namespace OpenSim.Region.ScriptEngine.DotNetEngine namespace OpenSim.Region.ScriptEngine.DotNetEngine
{ {
@ -82,7 +83,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
} }
private void NewRezScriptHandler(uint localID, string script) private void NewRezScriptHandler(uint localID, LLUUID itemID, string script)
{ {
// TODO: Add code to compile script and wire up script to object // TODO: Add code to compile script and wire up script to object
// Either the script is a stand-alone entity with a reference to public host, // Either the script is a stand-alone entity with a reference to public host,