chore: remove unnecessary code/comment

This commit is contained in:
Timothy Schenk 2023-08-18 00:31:28 +02:00
parent 21c9d925f3
commit 4499045afe
2 changed files with 0 additions and 3 deletions

View file

@ -1,7 +1,5 @@
namespace Server.DB.Documents;
using NpgsqlTypes;
public class Character
{
public byte ServerId { get; set; }

View file

@ -54,7 +54,6 @@ public class LoginHandler : IPacketHandler<LoginInfoPacket>
}
else
{
// TODO: Send Message that account does not exist
this.logger.LogInformation("Requested account for user: {Username} does not exist", packet.Username);
loginResponseReason = LoginResponseReason.AccountDoesNotExit;
}