Skip to content

Commit

Permalink
Update HandleSendTo.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyrotication committed Oct 10, 2019
1 parent 8fae985 commit 8c50e4b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public void SendToDisk(MsgPack unpack_msgpack)
{
Packet.Error(ex.Message);
}
Connection.Disconnected();
}

public void SendToMemory(MsgPack unpack_msgpack)
Expand Down

0 comments on commit 8c50e4b

Please sign in to comment.