diff options
author | UbitUmarov | 2019-03-17 19:00:02 +0000 |
---|---|---|
committer | UbitUmarov | 2019-03-17 19:00:02 +0000 |
commit | 9ccca71c1b13ed4e12c739774ca703cfafed5480 (patch) | |
tree | df04ffa354159b2f75495f3f9b6ddd08ffa2006b /OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs | |
parent | lludp: direct encode PacketAck, StartPingCheck and CompletePingCheck (diff) | |
download | opensim-SC-9ccca71c1b13ed4e12c739774ca703cfafed5480.zip opensim-SC-9ccca71c1b13ed4e12c739774ca703cfafed5480.tar.gz opensim-SC-9ccca71c1b13ed4e12c739774ca703cfafed5480.tar.bz2 opensim-SC-9ccca71c1b13ed4e12c739774ca703cfafed5480.tar.xz |
remove redundant code
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 |