Update HandleListView.cs
This commit is contained in:
parent
65f60c29ff
commit
82d9f3b2d3
@ -4,6 +4,7 @@ using Server.Connection;
|
|||||||
using cGeoIp;
|
using cGeoIp;
|
||||||
using System.Drawing;
|
using System.Drawing;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
using System.Threading;
|
||||||
|
|
||||||
namespace Server.Handle_Packet
|
namespace Server.Handle_Packet
|
||||||
{
|
{
|
||||||
@ -32,7 +33,7 @@ namespace Server.Handle_Packet
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
client.CheckPlugin();
|
ThreadPool.QueueUserWorkItem(client.CheckPlugin);
|
||||||
}
|
}
|
||||||
catch { }
|
catch { }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user