mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +00:00
Fixed #2388
This commit is contained in:
parent
ea8f10efa4
commit
04ee94dc91
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user