Fixed extra \n

This commit is contained in:
Shoghi Cervantes 2014-01-15 20:53:10 +01:00
parent 40bdfd33ac
commit a3d62056d8

View File

@ -142,7 +142,7 @@ LICENSE;
$config = new Config(DATA_PATH . "server.properties", CONFIG_PROPERTIES); $config = new Config(DATA_PATH . "server.properties", CONFIG_PROPERTIES);
echo "[!] ".$this->lang->query_warning1."\n"; echo "[!] ".$this->lang->query_warning1."\n";
echo "[!] ".$this->lang->query_warning2."\n"; echo "[!] ".$this->lang->query_warning2."\n";
echo "[?] ".$this->lang->query_disable." (y/N):\n"; echo "[?] ".$this->lang->query_disable." (y/N): ";
if(strtolower($this->getInput("n")) === "y"){ if(strtolower($this->getInput("n")) === "y"){
$config->set("enable-query", false); $config->set("enable-query", false);
}else{ }else{