mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 16:59:44 +00:00
SetupWizard: disable spawn protection by default
we can't change anything else wrt. this on a patch version, disabling it in the main core by default involves possible behavioural breaks
This commit is contained in:
parent
247875e3d5
commit
13994055d9
@ -162,7 +162,7 @@ LICENSE;
|
||||
|
||||
$this->message($this->lang->get("spawn_protection_info"));
|
||||
|
||||
if(strtolower($this->getInput($this->lang->get("spawn_protection"), "y", "Y/n")) === "n"){
|
||||
if(strtolower($this->getInput($this->lang->get("spawn_protection"), "n", "y/N")) === "n"){
|
||||
$config->set("spawn-protection", -1);
|
||||
}else{
|
||||
$config->set("spawn-protection", 16);
|
||||
|
Loading…
x
Reference in New Issue
Block a user