mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
Chunk: Remove redundant assignment
This commit is contained in:
parent
48c5db4296
commit
b93691a177
@ -375,8 +375,6 @@ class Chunk{
|
||||
return -1;
|
||||
}
|
||||
|
||||
$height = $index << 4;
|
||||
|
||||
for($y = $index; $y >= 0; --$y){
|
||||
$height = $this->getSubChunk($y)->getHighestBlockAt($x, $z) | ($y << 4);
|
||||
if($height !== -1){
|
||||
|
Loading…
x
Reference in New Issue
Block a user