mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
Mantis#1616. Applied Melanie's patch. This may or may
not break trunk.
This commit is contained in:
@@ -77,7 +77,7 @@ namespace OpenSim.Region.ScriptEngine.RemoteServer
|
||||
}
|
||||
}
|
||||
|
||||
public void OnRezScript(uint localID, LLUUID itemID, string script)
|
||||
public void OnRezScript(uint localID, LLUUID itemID, string script, int startParam, bool postOnRez)
|
||||
{
|
||||
// WE ARE CREATING A NEW SCRIPT ... CREATE SCRIPT, GET A REMOTEID THAT WE MAP FROM LOCALID
|
||||
myScriptEngine.Log.Info("[RemoteEngine]: Creating new script (with connection)");
|
||||
|
||||
Reference in New Issue
Block a user