diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Instance')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Instance/ScriptInstance.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Instance/ScriptInstance.cs b/OpenSim/Region/ScriptEngine/Shared/Instance/ScriptInstance.cs index dd1bfaa..71bdd6e 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Instance/ScriptInstance.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Instance/ScriptInstance.cs | |||
@@ -474,7 +474,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance | |||
474 | if (data.EventName == "control") | 474 | if (data.EventName == "control") |
475 | { | 475 | { |
476 | int held = ((LSL_Types.LSLInteger)data.Params[1]).value; | 476 | int held = ((LSL_Types.LSLInteger)data.Params[1]).value; |
477 | int changed= ((LSL_Types.LSLInteger)data.Params[2]).value; | 477 | // int changed = ((LSL_Types.LSLInteger)data.Params[2]).value; |
478 | 478 | ||
479 | // If the last message was a 0 (nothing held) | 479 | // If the last message was a 0 (nothing held) |
480 | // and this one is also nothing held, drop it | 480 | // and this one is also nothing held, drop it |