mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Fixed #2388
This commit is contained in:
@ -59,6 +59,10 @@ class EmptyChunkSection implements ChunkSection{
|
||||
return "\x00\x00\x00\x00\x00\x00\x00\x00";
|
||||
}
|
||||
|
||||
final public function getFullBlock($x, $y, $z){
|
||||
return 0;
|
||||
}
|
||||
|
||||
final public function getBlock($x, $y, $z, &$id = null, &$meta = null){
|
||||
$id = 0;
|
||||
$meta = 0;
|
||||
|
Reference in New Issue
Block a user