Fixed PingTimer issue when connecting to server

This commit is contained in:
Daniel S. Billing 2021-01-25 16:03:34 +01:00
parent b1242c28bb
commit e8559a601d
1 changed files with 1 additions and 1 deletions

View File

@ -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.