mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Don't allow these blocks to be washed out, we're only inheriting properties
This commit is contained in:
@ -19,10 +19,11 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
namespace pocketmine\block;
|
namespace pocketmine\block;
|
||||||
|
|
||||||
|
|
||||||
class UnknownBlock extends Flowable{
|
class UnknownBlock extends Flowable{
|
||||||
|
|
||||||
|
public function canBeFlowedInto(){
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user