Don't allow these blocks to be washed out, we're only inheriting properties

This commit is contained in:
Dylan K. Taylor 2017-02-21 11:50:39 +00:00
parent c6cf3458de
commit 9195375af4

View File

@ -19,10 +19,11 @@
*
*/
namespace pocketmine\block;
class UnknownBlock extends Flowable{
public function canBeFlowedInto(){
return false;
}
}