mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-03 08:39:53 +00:00
Fixed extra \n
This commit is contained in:
parent
40bdfd33ac
commit
a3d62056d8
@ -142,7 +142,7 @@ LICENSE;
|
||||
$config = new Config(DATA_PATH . "server.properties", CONFIG_PROPERTIES);
|
||||
echo "[!] ".$this->lang->query_warning1."\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"){
|
||||
$config->set("enable-query", false);
|
||||
}else{
|
||||
|
Loading…
x
Reference in New Issue
Block a user