* Added Obsolete() tag to IClientAPI.OutPacket.
* Increased compiler warnings by a whoppingly large number.0.6.0-stable
parent
a95f13a646
commit
17366af846
|
@ -793,7 +793,7 @@ namespace OpenSim.Framework
|
|||
|
||||
|
||||
|
||||
|
||||
[Obsolete("IClientAPI.OutPacket SHOULD NOT EXIST please refactor appropriately.")]
|
||||
void OutPacket(Packet newPack, ThrottleOutPacketType packType);
|
||||
void SendWearables(AvatarWearable[] wearables, int serial);
|
||||
void SendAppearance(LLUUID agentID, byte[] visualParams, byte[] textureEntry);
|
||||
|
|
Loading…
Reference in New Issue