Handle disconnects more gracefully.
This commit is contained in:
@ -50,4 +50,8 @@ public class ConnectedPlayer {
|
||||
// TODO
|
||||
}
|
||||
}
|
||||
|
||||
public void setConnectedServer(ServerConnection serverConnection) {
|
||||
this.connectedServer = serverConnection;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user