mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 20:14:31 +00:00
Fix another stupid recursion bug
This commit is contained in:
@@ -479,7 +479,6 @@ class Block extends Position implements BlockIds, Metadatable{
|
||||
$this->y = $y;
|
||||
$this->z = $z;
|
||||
$this->level = $level;
|
||||
$this->readStateFromWorld();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user