mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 03:16:35 +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";
|
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){
|
final public function getBlock($x, $y, $z, &$id = null, &$meta = null){
|
||||||
$id = 0;
|
$id = 0;
|
||||||
$meta = 0;
|
$meta = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user