Revert "From: Chris Yeoh <cyeoh@au1.ibm.com>"

This reverts r9666. for some reason the mysql update does not work.
This commit is contained in:
Dr Scofield
2009-05-25 11:32:31 +00:00
parent 0bff818d39
commit c18c1f6c7c
4 changed files with 6 additions and 38 deletions

View File

@@ -3705,10 +3705,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
public void llPassTouches(int pass)
{
m_host.AddScriptLPS(1);
if (pass != 0)
m_host.PassTouches = true;
else
m_host.PassTouches = false;
NotImplemented("llPassTouches");
}
public LSL_String llRequestAgentData(string id, int data)