Fix another stupid recursion bug

This commit is contained in:
Dylan K. Taylor 2018-12-05 20:10:00 +00:00
parent c53d3c28fb
commit f60d13548e

View File

@ -479,7 +479,6 @@ class Block extends Position implements BlockIds, Metadatable{
$this->y = $y;
$this->z = $z;
$this->level = $level;
$this->readStateFromWorld();
}
/**