d3v1l401 / Bark-and-Barker

A Dark & Darker backend server emulator written in C#
GNU General Public License v3.0
2 stars 0 forks source link

Soft fix for authentication when account does not exist #21

Closed d3v1l401 closed 1 year ago

d3v1l401 commented 1 year ago

For some reason the client ignores the error result from login and proceeds to the character creation, despite the server refuses to move forward with the user (as there's no session token).

To fix this, I forcefully disconnect the client in case the login fails. This is a temporary workaround and we should probably address it soon enough.