mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 11:25:39 +08:00
A case of 'while I was working someone set me up the bomb'.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user