diff --git a/TShockAPI/Net/BaseMsg.cs b/TShockAPI/Net/BaseMsg.cs index 77fa041c..38e9c055 100644 --- a/TShockAPI/Net/BaseMsg.cs +++ b/TShockAPI/Net/BaseMsg.cs @@ -4,8 +4,6 @@ using System.IO.Streams; using System.Linq; using System.Text; -using System.IO.Streams; - namespace TShockAPI.Net { public class BaseMsg : IPackable