mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-16 18:59:00 +00:00
Fixed #3154
This commit is contained in:
parent
4a8ca96aaa
commit
eeef81e2b1
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user