diff --git a/Server/AuthSession.cs b/Server/AuthSession.cs index ae0227a..f66a697 100644 --- a/Server/AuthSession.cs +++ b/Server/AuthSession.cs @@ -1,11 +1,9 @@ -using System.Diagnostics; -using System.Reflection; +using System.Reflection; using System.Text; using MassTransit.Mediator; using Microsoft.Extensions.Logging; using NetCoreServer; using Server.Packets; -using Buffer = System.Buffer; namespace Server; diff --git a/Server/PacketHandlers/LoginInfoHandler.cs b/Server/PacketHandlers/LoginInfoHandler.cs index d9fddad..0f37d7f 100644 --- a/Server/PacketHandlers/LoginInfoHandler.cs +++ b/Server/PacketHandlers/LoginInfoHandler.cs @@ -1,10 +1,8 @@ using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; using NetCoreServer; -using Newtonsoft.Json; using Server.DB; using Server.DB.Documents; -using Server.Packets; using Server.Packets.Incoming; using Server.Packets.Outgoing;