diff options
author | Dr Scofield | 2009-05-25 11:32:31 +0000 |
---|---|---|
committer | Dr Scofield | 2009-05-25 11:32:31 +0000 |
commit | c18c1f6c7ce8fc17923b6ff847589191fd95c847 (patch) | |
tree | 569bc0093a66ad39dadf945b54e3a117b944e31c /OpenSim/Region/ScriptEngine/Shared | |
parent | From: Chris Yeoh <cyeoh@au1.ibm.com> (diff) | |
download | opensim-SC_OLD-c18c1f6c7ce8fc17923b6ff847589191fd95c847.zip opensim-SC_OLD-c18c1f6c7ce8fc17923b6ff847589191fd95c847.tar.gz opensim-SC_OLD-c18c1f6c7ce8fc17923b6ff847589191fd95c847.tar.bz2 opensim-SC_OLD-c18c1f6c7ce8fc17923b6ff847589191fd95c847.tar.xz |
Revert "From: Chris Yeoh <cyeoh@au1.ibm.com>"
This reverts r9666. for some reason the mysql update does not work.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index f4a944c..f932dbe 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -3705,10 +3705,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
3705 | public void llPassTouches(int pass) | 3705 | public void llPassTouches(int pass) |
3706 | { | 3706 | { |
3707 | m_host.AddScriptLPS(1); | 3707 | m_host.AddScriptLPS(1); |
3708 | if (pass != 0) | 3708 | NotImplemented("llPassTouches"); |
3709 | m_host.PassTouches = true; | ||
3710 | else | ||
3711 | m_host.PassTouches = false; | ||
3712 | } | 3709 | } |
3713 | 3710 | ||
3714 | public LSL_String llRequestAgentData(string id, int data) | 3711 | public LSL_String llRequestAgentData(string id, int data) |