mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user