mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-14 15:35:31 +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->y = $y;
|
||||||
$this->z = $z;
|
$this->z = $z;
|
||||||
$this->level = $level;
|
$this->level = $level;
|
||||||
$this->readStateFromWorld();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user