mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-17 04:06:54 +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