mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-20 07:39:42 +00:00
Fixed ladders
This commit is contained in:
@@ -222,8 +222,9 @@ class ServerAPI{
|
||||
}
|
||||
@ini_set("memory_limit", $memory);
|
||||
}else{
|
||||
$this->setProperty("memory-limit", "256M");
|
||||
$this->setProperty("memory-limit", "128M");
|
||||
}
|
||||
|
||||
if(!$this->config->exists("server-invisible")){
|
||||
$this->config->set("server-invisible", false);
|
||||
}
|
||||
|
Reference in New Issue
Block a user