SpeedSettings.prototype.maxVerticalSpeed = function(current) {

  var buffer = commandToBuffer(1, "SpeedSettings", "MaxVerticalSpeed", current);

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