mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-16 16:34:05 +00:00
Fixed 969
This commit is contained in:
parent
8532f53f8e
commit
e9e59c33cc
@ -168,7 +168,8 @@ class Config{
|
|||||||
|
|
||||||
public function &get($k){
|
public function &get($k){
|
||||||
if($this->correct === false or !isset($this->config[$k])){
|
if($this->correct === false or !isset($this->config[$k])){
|
||||||
return false;
|
$false = false;
|
||||||
|
return $false;
|
||||||
}
|
}
|
||||||
return $this->config[$k];
|
return $this->config[$k];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user