protected virtual void OnCollisionStay2D(Collision2D collision) { if (Input.GetButton("Thrust")) { if (madeJoints) { con.DisableJoints(); } } }