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