lfdversluis/FDDG

Reconnecting to another server doesn't work correctly

Closed this issue · 1 comments

In the current code, when the server a client was connected to crashes, it selects another server. However, this client is never added to the connectedPlayers map in the new server (as connect() is not called). In this way it is never attacked by dragons anymore

Fixing this now..