mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-09 11:16:57 +00:00
Fix #996
This commit is contained in:
@ -167,7 +167,7 @@ class Config{
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function &get($k){
|
public function &get($k){
|
||||||
if($this->correct === false or !isset($this->config[$k])){
|
if(isset($this->correct) and ($this->correct === false or !isset($this->config[$k]))){
|
||||||
$false = false;
|
$false = false;
|
||||||
return $false;
|
return $false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user