diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 2ade592..c40cf66 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -793,7 +793,7 @@ namespace OpenSim.Framework | |||
793 | 793 | ||
794 | 794 | ||
795 | 795 | ||
796 | 796 | [Obsolete("IClientAPI.OutPacket SHOULD NOT EXIST please refactor appropriately.")] | |
797 | void OutPacket(Packet newPack, ThrottleOutPacketType packType); | 797 | void OutPacket(Packet newPack, ThrottleOutPacketType packType); |
798 | void SendWearables(AvatarWearable[] wearables, int serial); | 798 | void SendWearables(AvatarWearable[] wearables, int serial); |
799 | void SendAppearance(LLUUID agentID, byte[] visualParams, byte[] textureEntry); | 799 | void SendAppearance(LLUUID agentID, byte[] visualParams, byte[] textureEntry); |