mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +00:00
Fix another stupid recursion bug
This commit is contained in:
parent
c53d3c28fb
commit
f60d13548e
@ -479,7 +479,6 @@ class Block extends Position implements BlockIds, Metadatable{
|
||||
$this->y = $y;
|
||||
$this->z = $z;
|
||||
$this->level = $level;
|
||||
$this->readStateFromWorld();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user