diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/ClientInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/ClientInfo.cs b/OpenSim/Framework/ClientInfo.cs index fbd18b5..8292c6a 100644 --- a/OpenSim/Framework/ClientInfo.cs +++ b/OpenSim/Framework/ClientInfo.cs | |||
@@ -34,7 +34,7 @@ namespace OpenSim.Framework | |||
34 | [Serializable] | 34 | [Serializable] |
35 | public class ClientInfo | 35 | public class ClientInfo |
36 | { | 36 | { |
37 | public sAgentCircuitData agentcircuit; | 37 | public AgentCircuitData agentcircuit; |
38 | 38 | ||
39 | public Dictionary<uint, byte[]> needAck; | 39 | public Dictionary<uint, byte[]> needAck; |
40 | 40 | ||