diff --git a/src/pocketmine/Server.php b/src/pocketmine/Server.php index d9ec57cc7..2c309db85 100644 --- a/src/pocketmine/Server.php +++ b/src/pocketmine/Server.php @@ -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); } }