diff options
author | UbitUmarov | 2019-03-30 12:07:49 +0000 |
---|---|---|
committer | UbitUmarov | 2019-03-30 12:07:49 +0000 |
commit | 6cf85a3db111c2f8e56dde8a05ff3cf13f5ecd14 (patch) | |
tree | 553b71ac6bc6bd451a8e733a3612f18f9f936d7e /OpenSim/Framework/IClientAPI.cs | |
parent | Yengine: fix scripts resume on attachments drop (diff) | |
download | opensim-SC-6cf85a3db111c2f8e56dde8a05ff3cf13f5ecd14.zip opensim-SC-6cf85a3db111c2f8e56dde8a05ff3cf13f5ecd14.tar.gz opensim-SC-6cf85a3db111c2f8e56dde8a05ff3cf13f5ecd14.tar.bz2 opensim-SC-6cf85a3db111c2f8e56dde8a05ff3cf13f5ecd14.tar.xz |
a few more changes on initial objects send
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 5a5e5d0..8b1a982 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -816,7 +816,7 @@ namespace OpenSim.Framework | |||
816 | event TeleportCancel OnTeleportCancel; | 816 | event TeleportCancel OnTeleportCancel; |
817 | event DeRezObject OnDeRezObject; | 817 | event DeRezObject OnDeRezObject; |
818 | event RezRestoreToWorld OnRezRestoreToWorld; | 818 | event RezRestoreToWorld OnRezRestoreToWorld; |
819 | event Action<IClientAPI, uint> OnRegionHandShakeReply; | 819 | event Action<IClientAPI> OnRegionHandShakeReply; |
820 | event GenericCall1 OnRequestWearables; | 820 | event GenericCall1 OnRequestWearables; |
821 | event Action<IClientAPI, bool> OnCompleteMovementToRegion; | 821 | event Action<IClientAPI, bool> OnCompleteMovementToRegion; |
822 | 822 | ||
@@ -1511,6 +1511,6 @@ namespace OpenSim.Framework | |||
1511 | void SendAgentTerseUpdate(ISceneEntity presence); | 1511 | void SendAgentTerseUpdate(ISceneEntity presence); |
1512 | 1512 | ||
1513 | void SendPlacesReply(UUID queryID, UUID transactionID, PlacesReplyData[] data); | 1513 | void SendPlacesReply(UUID queryID, UUID transactionID, PlacesReplyData[] data); |
1514 | void CheckViewerCaps(); | 1514 | uint GetViewerCaps(); |
1515 | } | 1515 | } |
1516 | } | 1516 | } |