mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Fixed #3154
This commit is contained in:
@ -1314,7 +1314,7 @@ class Server{
|
||||
if(isset($v[$variable])){
|
||||
$this->propertyCache[$variable] = $v[$variable];
|
||||
}else{
|
||||
$this->propertyCache[$variable] = $this->properties->getNested($variable);
|
||||
$this->propertyCache[$variable] = $this->config->getNested($variable);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user