willianmarquess / open-mt2

Metin2 open source server implementation in Nodejs
GNU General Public License v3.0
15 stars 1 forks source link

Bug: Player Teleport #2

Open willianmarquess opened 1 week ago

willianmarquess commented 1 week ago

When a player teleports to another map, the client tests to connect again with the server by passing the authentication key, however on the server we are saving this key for only 30 seconds, we need to save this key for longer or create a mechanism to get around this problem.