mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-17 03:08:58 +00:00
Fixed #3154
This commit is contained in:
parent
4a8ca96aaa
commit
eeef81e2b1
@ -1314,7 +1314,7 @@ class Server{
|
|||||||
if(isset($v[$variable])){
|
if(isset($v[$variable])){
|
||||||
$this->propertyCache[$variable] = $v[$variable];
|
$this->propertyCache[$variable] = $v[$variable];
|
||||||
}else{
|
}else{
|
||||||
$this->propertyCache[$variable] = $this->properties->getNested($variable);
|
$this->propertyCache[$variable] = $this->config->getNested($variable);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user