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

This commit is contained in:
lbsa71
2007-08-22 16:04:04 +00:00
parent 22537aa620
commit 5403153c15

View File

@@ -32,6 +32,7 @@ using System.Text;
using OpenSim.Framework.Console;
//using OpenSim.Region.Environment.Scenes;
using OpenSim.Region.Environment.Scenes.Scripting;
using libsecondlife;
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
// Either the script is a stand-alone entity with a reference to public host,