mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
* Reapply homer's click action implementation, which accidentally got blatted * Thanks tyre
This commit is contained in:
@@ -1143,7 +1143,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
public void llSetClickAction(int action)
|
||||
{
|
||||
m_host.AddScriptLPS(1);
|
||||
NotImplemented("llSetClickAction");
|
||||
m_host.ClickAction = (byte)action;
|
||||
if (m_host.ParentGroup != null) m_host.ParentGroup.HasGroupChanged = true;
|
||||
m_host.ScheduleFullUpdate();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user