Plumb RezRestoreToWorld from the client (part done)

This commit is contained in:
Melanie Thielker
2016-03-09 02:45:11 +01:00
parent 57b6398b71
commit 43ca32150c
5 changed files with 12 additions and 0 deletions

View File

@@ -687,6 +687,7 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
public event TeleportLandmarkRequest OnTeleportLandmarkRequest;
public event TeleportCancel OnTeleportCancel;
public event DeRezObject OnDeRezObject;
public event RezRestoreToWorld OnRezRestoreToWorld;
public event Action<IClientAPI> OnRegionHandShakeReply;
public event GenericCall1 OnRequestWearables;
public event Action<IClientAPI, bool> OnCompleteMovementToRegion;