SpeedSettings.prototype.maxRotationSpeed = function(current) {

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

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