SpeedSettings.prototype.hullProtection = function(present) {

  var buffer = commandToBuffer(1, "SpeedSettings", "HullProtection", present);

  this.self._writePacket(this.self._networkFrameGenerator(buffer));