mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
Script region crossing. This has not user functionality, but lays all the
groundwork.
This commit is contained in:
@@ -232,7 +232,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
|
||||
}
|
||||
|
||||
public void OnRezScript(uint localID, UUID itemID, string script,
|
||||
int startParam, bool postOnRez, string engine)
|
||||
int startParam, bool postOnRez, string engine, int stateSource)
|
||||
{
|
||||
List<IScriptModule> engines =
|
||||
new List<IScriptModule>(
|
||||
|
||||
Reference in New Issue
Block a user