mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +00:00
Fix #996
This commit is contained in:
parent
a8f2225c4c
commit
e2298d861c
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user