diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs index 2981337..303f505 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs | |||
@@ -195,7 +195,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
195 | 195 | ||
196 | private float m_burstTime; | 196 | private float m_burstTime; |
197 | 197 | ||
198 | public int m_lastStartpingTimeMS; | 198 | public double m_lastStartpingTimeMS; |
199 | public int m_pingMS; | 199 | public int m_pingMS; |
200 | 200 | ||
201 | public int PingTimeMS | 201 | public int PingTimeMS |