mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
Fixed the stats in show client stats. Also left some comments with observations about AgentUpdates.
This commit is contained in:
@@ -1312,6 +1312,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
if (m_discardAgentUpdates)
|
||||
return;
|
||||
|
||||
((LLClientView)client).TotalAgentUpdates++;
|
||||
|
||||
AgentUpdatePacket agentUpdate = (AgentUpdatePacket)packet;
|
||||
|
||||
if (agentUpdate.AgentData.SessionID != client.SessionId
|
||||
|
||||
Reference in New Issue
Block a user