mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Eliminated sAgentCircuitData, a data structure that has been obsolete for quite some time.
This commit is contained in:
@@ -34,7 +34,7 @@ namespace OpenSim.Framework
|
||||
[Serializable]
|
||||
public class ClientInfo
|
||||
{
|
||||
public sAgentCircuitData agentcircuit;
|
||||
public AgentCircuitData agentcircuit;
|
||||
|
||||
public Dictionary<uint, byte[]> needAck;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user