chore: remove unnecessary code/comment
This commit is contained in:
parent
21c9d925f3
commit
4499045afe
2 changed files with 0 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
||||||
namespace Server.DB.Documents;
|
namespace Server.DB.Documents;
|
||||||
|
|
||||||
using NpgsqlTypes;
|
|
||||||
|
|
||||||
public class Character
|
public class Character
|
||||||
{
|
{
|
||||||
public byte ServerId { get; set; }
|
public byte ServerId { get; set; }
|
||||||
|
|
|
@ -54,7 +54,6 @@ public class LoginHandler : IPacketHandler<LoginInfoPacket>
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// TODO: Send Message that account does not exist
|
|
||||||
this.logger.LogInformation("Requested account for user: {Username} does not exist", packet.Username);
|
this.logger.LogInformation("Requested account for user: {Username} does not exist", packet.Username);
|
||||||
loginResponseReason = LoginResponseReason.AccountDoesNotExit;
|
loginResponseReason = LoginResponseReason.AccountDoesNotExit;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue