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