Handle disconnects more gracefully.

This commit is contained in:
Andrew Steinborn
2018-07-25 00:12:39 -04:00
parent 32772d1e9b
commit e01290d381
6 changed files with 47 additions and 5 deletions

View File

@ -50,4 +50,8 @@ public class ConnectedPlayer {
// TODO
}
}
public void setConnectedServer(ServerConnection serverConnection) {
this.connectedServer = serverConnection;
}
}