mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
* Rewired Touch to route to group/part (Still triggering EventManager as well)
This commit is contained in:
@@ -133,7 +133,9 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
public void TriggerObjectGrab(uint localID, LLVector3 offsetPos, IClientAPI remoteClient)
|
||||
{
|
||||
if (OnObjectGrab != null)
|
||||
{
|
||||
OnObjectGrab(localID, offsetPos, remoteClient);
|
||||
}
|
||||
}
|
||||
|
||||
public void TriggerRezScript(uint localID, LLUUID itemID, string script)
|
||||
|
||||
Reference in New Issue
Block a user