Implement handler for TeleportCancel inbound packet

This commit is contained in:
Melanie
2011-12-10 15:17:34 +00:00
parent e88ad5aab9
commit 3a91085ac2
5 changed files with 18 additions and 0 deletions

View File

@@ -677,6 +677,7 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
public event RequestAvatarProperties OnRequestAvatarProperties;
public event SetAlwaysRun OnSetAlwaysRun;
public event TeleportLandmarkRequest OnTeleportLandmarkRequest;
public event TeleportCancel OnTeleportCancel;
public event DeRezObject OnDeRezObject;
public event Action<IClientAPI> OnRegionHandShakeReply;
public event GenericCall1 OnRequestWearables;