mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-14 01:39:52 +00:00
Fixed #3023
This commit is contained in:
parent
1da0a48edb
commit
744ea6af8f
@ -446,4 +446,8 @@ abstract class Liquid extends Transparent{
|
|||||||
public function getBoundingBox(){
|
public function getBoundingBox(){
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getDrops(){
|
||||||
|
return [];
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user