mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Fixed #3023
This commit is contained in:
@ -446,4 +446,8 @@ abstract class Liquid extends Transparent{
|
||||
public function getBoundingBox(){
|
||||
return null;
|
||||
}
|
||||
|
||||
public function getDrops(){
|
||||
return [];
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user