diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-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 738df13..c34fb93 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -473,7 +473,7 @@ namespace OpenSim.Framework | |||
473 | 473 | ||
474 | string LastName { get; } | 474 | string LastName { get; } |
475 | 475 | ||
476 | uint CircuitCode { get; set; } | 476 | uint CircuitCode { get; } |
477 | 477 | ||
478 | void OutPacket(Packet newPack, ThrottleOutPacketType packType); | 478 | void OutPacket(Packet newPack, ThrottleOutPacketType packType); |
479 | void SendWearables(AvatarWearable[] wearables, int serial); | 479 | void SendWearables(AvatarWearable[] wearables, int serial); |