mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Added ServerCommandEvent::getSender()
This commit is contained in:
@ -215,7 +215,7 @@ abstract class BaseChunk implements Chunk{
|
||||
$column = $this->sections[$Y]->getBlockIdColumn($x, $z);
|
||||
for($y = 15; $y >= 0; --$y){
|
||||
if($column{$y} !== "\x00"){
|
||||
return $y + $Y << 4;
|
||||
return $y + ($Y << 4);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user