Fixed PingTimer issue when connecting to server
This commit is contained in:
parent
b1242c28bb
commit
e8559a601d
|
@ -153,7 +153,7 @@ Namespace Servers
|
|||
#Region "Ping"
|
||||
|
||||
Dim LastPingTime As Date = Date.Now
|
||||
Dim PingTimer As Timers.Timer
|
||||
Dim PingTimer As New Timers.Timer
|
||||
|
||||
''' <summary>
|
||||
''' Start the ping thread.
|
||||
|
|
Loading…
Reference in New Issue