mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Fix #996
This commit is contained in:
@ -167,7 +167,7 @@ class Config{
|
||||
}
|
||||
|
||||
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;
|
||||
return $false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user