diff options
Diffstat (limited to 'OpenSim/ScriptEngine/Components')
-rw-r--r-- | OpenSim/ScriptEngine/Components/DotNetEngine/Events/LSLEventProvider.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/ScriptEngine/Components/DotNetEngine/Events/LSLEventProvider.cs b/OpenSim/ScriptEngine/Components/DotNetEngine/Events/LSLEventProvider.cs index 794b132..a2f855c 100644 --- a/OpenSim/ScriptEngine/Components/DotNetEngine/Events/LSLEventProvider.cs +++ b/OpenSim/ScriptEngine/Components/DotNetEngine/Events/LSLEventProvider.cs | |||
@@ -77,7 +77,7 @@ namespace OpenSim.ScriptEngine.Components.DotNetEngine.Events | |||
77 | RemoveScript(localID, itemID); | 77 | RemoveScript(localID, itemID); |
78 | } | 78 | } |
79 | 79 | ||
80 | private void OnRezScript(uint localID, UUID itemID, string script, int startParam, bool postOnRez, string engine) | 80 | private void OnRezScript(uint localID, UUID itemID, string script, int startParam, bool postOnRez, string engine, int stateSource) |
81 | { | 81 | { |
82 | // New script being created, fire event | 82 | // New script being created, fire event |
83 | if (RezScript != null) | 83 | if (RezScript != null) |