Settings.prototype.autoCountry = function(automatic) {

  var buffer = commandToBuffer(0, "Settings", "AutoCountry", automatic);

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