mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
- parcel blocking, region crossing blocking, teleport blocking
Signed-off-by: Melanie <melanie@t-data.com>
This commit is contained in:
@@ -127,6 +127,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
public event ObjectDeselect OnObjectDetach;
|
||||
public event ObjectDrop OnObjectDrop;
|
||||
public event GenericCall1 OnCompleteMovementToRegion;
|
||||
public event UpdateAgent OnPreAgentUpdate;
|
||||
public event UpdateAgent OnAgentUpdate;
|
||||
public event AgentRequestSit OnAgentRequestSit;
|
||||
public event AgentSit OnAgentSit;
|
||||
@@ -4893,7 +4894,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
UpdateAgent handlerAgentUpdate = OnAgentUpdate;
|
||||
lastarg = arg; // save this set of arguments for nexttime
|
||||
if (handlerAgentUpdate != null)
|
||||
{
|
||||
OnPreAgentUpdate(this, arg);
|
||||
OnAgentUpdate(this, arg);
|
||||
}
|
||||
|
||||
handlerAgentUpdate = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user