Update HandlePing.cs
This commit is contained in:
parent
c6303fc8f4
commit
f0dacd6ee6
@ -12,7 +12,7 @@ namespace Server.Handle_Packet
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
||||||
lock (Settings.Listview1Lock)
|
lock (Settings.LockListviewClients)
|
||||||
if (client.LV != null)
|
if (client.LV != null)
|
||||||
client.LV.SubItems[Program.form1.lv_prefor.Index].Text = unpack_msgpack.ForcePathObject("Message").AsString;
|
client.LV.SubItems[Program.form1.lv_prefor.Index].Text = unpack_msgpack.ForcePathObject("Message").AsString;
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user