Merge branch 'refs/heads/2.9' into release

This commit is contained in:
snowleo 2012-08-08 14:22:13 +02:00
commit 94947ecc21

View file

@ -409,7 +409,7 @@ public class Util
return true; return true;
} }
if (below.getType() == Material.BED) if (below.getType() == Material.BED_BLOCK)
{ {
return true; return true;
} }