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